Skip to content

Releases: insanj/mayor

0.3.0

19 Mar 09:00
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • /mayor successfully spawns custom "Mayor" villager
    • 1 trade unlocks (with 1 use only, supposedly...)
    • after giving 64 cobble and 64 logs, a poppy is given (all of this can be customized programmatically)
    • replenish event trigger which can be used to start building structure

TODO:

  • Prevent subsequent trades which were supposed to be reset & ensure that the replenish event always fires?

0.2.1

19 Mar 04:49
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Successful building of .nbt and .schematic files!! 🎉
    • Move files to /plugins/mayor/schematics and /plugins/mayor/structures
    • /mayor tower.schematic
    • /mayor tree.nbt

0.2.0

19 Mar 04:13
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Untested proof of concept reading structure files (.nbt) as well as schematic files (.schematic) without using any external library

0.1.1

09 Mar 06:56
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Experimental pre-release.

/contractors <schematic_name> will generate structure on your current location. schematic_name is the name of a file, such as tower.schematic that is located in your /plugins/contractors/ directory. This folder will be created if it does not already exist when booting up Contractors for the first time.