Skip to content

Releases: toxuin/Griswold

test6

24 Sep 17:05
d477ee5
Compare
Choose a tag to compare
test6 Pre-release
Pre-release

test

test5

23 Sep 12:18
47e96d4
Compare
Choose a tag to compare
test5 Pre-release
Pre-release

TEST

test4

24 Jul 14:07
47e96d4
Compare
Choose a tag to compare
test4 Pre-release
Pre-release

bruh4

test3

24 Jul 14:04
398bdc5
Compare
Choose a tag to compare
test3 Pre-release
Pre-release

test3

test2

22 Jul 22:36
7ea3769
Compare
Choose a tag to compare
test2 Pre-release
Pre-release
Test deploy

Signed-off-by: Haarolean <gpg@haarolean.dev>

Griswold 0.083

15 Jul 21:11
Compare
Choose a tag to compare
  • Fixed a newly featured startup error (lol).
  • Fixed 'no money' message on enchant interaction.
  • Fixed few possible problems.
  • Creating a repairman with an existing name now reports a problem to user instead of console.
  • List command now produces correct amount of commas :D
  • List command now shows there's no npc instead of being silent.
  • Fixed default russian locale typo.
  • Optimization, refactoring.

Griswold 0.080

09 Jan 22:28
Compare
Choose a tag to compare

Citizens support.

You can add traits to your npcs to act like respective Griswold NPC types.
Following traits can be added:

  • griswold_tools
  • griswold_armor
  • griswold_both
  • griswold_enchant
  • griswold_all

Please don't add multiple traits at once, lol.

Griswold 0.079

30 Dec 04:20
Compare
Choose a tag to compare
  • Added blacklist for repairs – and another one for enchants! See the readme (at the end of it) for more info.

  • Fixed conflict with RPGitems-reloaded – now unbreakable items (ones with a custom texture and all) will not get reset.

  • You can now reload the custom item list and item blacklist without restarting. Use same /bsmith reload command.

  • Fixed a bug that caused Enchants not to work in certain conditions.

  • Fixed /bsmith reload command not working when issued from console.

Tested on 1.12.2 and 1.8.3. Should work on anything in between (and probably some other versions too).

Happy new year! If you're reading this from the future, I hope 2018 did not suck that bad.

Griswold 0.077

01 Nov 01:30
Compare
Choose a tag to compare

Made a few fixes for 1.8 & 1.9 stability, should work fine now. Use this version for anything from 1.8 to 1.12.

Griswold 0.076 build

31 Oct 15:31
Compare
Choose a tag to compare

This build is compatible with 1.12 now. Tested on spigot, should work on anything bukkit-based as well.
New features:
-- Tab completion
-- Got back hide/unhide commands. You can temporarily hide NPCs to manage space/etc.
Fixes:
-- Enchantments are done via bukkit api now, this should improve stability
-- Rewritten (hence, fixed) villager deduplication methods. Consider increasing your check-radius in config if it doesn't work properly.
-- Fixed villager sounds
-- Other stability improvements. Plugin will not break each version, since new api version parser implemented and less NMS methods are used from now on.