Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Integrations

kernitus edited this page Sep 16, 2019 · 3 revisions

Gringotts

You can use the Gringotts plugin instead of Essentials as an economy plugin to use items instead of money.

Receptioners

If you wish to have NPCs as receptioners you will need the following plugins:

You must setup a menu in the ChestCommands plugin folder. An example one that works with Hotels can be found here

You must then create a new Citizens NPC or select an already existing one.

  • /npc create &1Receptioner --type villager

You then need to give it the command which you set under "command:" in the ChestCommands config file. From the example, that command was /hotelpig

  • /npc addcmd false noPerm hotelpig

You now have an NPC that can be clicked on and will open a menu to show available rooms in a hotel and will allow you to rent them by clicking one of the items. Note that you must have already created the rooms and placed a room sign for this to work (you can actually place the room signs in a hidden room in the hotel if you didn't want your users to see them, but then it would be a good idea to add in the lore of the items in the menu the price and duration of the rent)

Clone this wiki locally