-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
- Download PlotSquared, Multiverse and Houses. The economy plugin, Vault, (TokenManager can also be used as an alternitive) also needs to be installed.
- Place these jars within your "plugins" directory
- Run the server to produce the necessary files
The plugin utilities SQLite in order to save data, the name of this table can be changed within the 'config.yml' file.
To create the world using the default schematics generated by the jar, the command would be:
/mv create houses normal -g PlotSquared:s=26,g=5,m=3
More information on world creation can be found here.
NOTE: This by default will generate empty plots, if you wish it to generate houses, place your first house schematic (located in the direcotry 'plugins\houses\schematics' called 'house1.schematic') within the 'plugins\PlotSquared\schematics\GEN_ROAD_SCHEMATIC<yourworld>' directory. Rename the schematic 'plot.schematic'.
In the instance above, a world called 'houses' is generated. If you wish to call this something different, change the houses name within the 'config.yml' file too.
The argument s=26 specifies the plot length, as the schematics are 26x26, this is what we want - If you use custom schematics, this may be different. the other two arguments specifiy road length and that the blocks under the house should be dirt. Both of these can be changed.
If you wish to have custom roads around the houses, this needs to be done by following this tutorial.
The plugin has a lot of configurability, the config.yml located within the plugins/houses folder is well documented and should be fairly simple to understand. Within the config it contains options such as house prices, expirey dates and much more. Contact me on Spigot (My name is Jet315) if there are any issues with this.
The plugin will also generate a locale folder (located within plugins/houses/locale) in which it will generate a en-US.yml file. Almost all messages are configurable - The GUI messages cannot be changed in the current build, although is an upcoming feature!