A Spigot / Paper plugin for all Doctor Who fans — create and use a TARDIS! It’s bigger on the inside!
TARDIS Shop is a simple shop plugin for TARDIS items and blueprints. You can download it here: http://tardisjenkins.duckdns.org:8080/job/TARDISShop/.
Shops are server based, players cannot setup their own personal shops.
In order for TARDISShop to function you will need to install:
Option | Type | Default | Description |
---|---|---|---|
debug |
boolean | false |
Whether to display debug messages in the server log |
block |
string | PRISMARINE_BRICKS |
The type of block that TARDIS items will be displayed on. This should be specified using the Bukkit Material ENUM name |
tardis_admin_free |
boolean | true |
Whether players with tardis.admin permission get TARDIS items for free from the shop |
Permission | Description | Default |
---|---|---|
tardisshop.use |
Allow players to buy items from a TARDIS Shop | op |
tardisshop.admin |
Allow players to set up a TARDIS Shop | op |
A shop can be in any location and any size — you simply place a block anywhere you want to sell an item and then stock the item using a command.
The cost for a TARDIS item is stored in items.yml. You will need to edit this file and set prices based on however your current server economy is set up.
If you change the cost after adding a shop block, you can update the block with the new price by running the command:
/tardisshop update
This will reload the items configuration and update any blocks where the price is different than the config.
Adding new shop blocks is pretty simple:
PRISMARINE_BRICKS
by default) in the desired location/tardisshop add [item]
You can use tab completion to see a list of available itemsTo remove a shop block:
/tardisshop remove
To purchase items: