Useful server admin tips
This section contains some useful tips to enhance your Village Defense server!
These tips should be EULA friendly, but may not!
We are not responsibility for other plugins. Please contact the authors of the plugins!
Let's start taking profit from our server!
Buyable kits for coins
Required plugins: ChestCommands GUI (or other), Vault, Permissions plugin, Any plugin that gives money for mobs killing
1. Using ChestCommands GUI you can create menu like that:
Just create good-looking GUI via Chest Commands, set item prices (requires Vault) and in command to execute use command from your permissions plugin.
Example:
cleaner-buy:
ID: magma_cream
COMMAND: 'console: pex user {player} add PLUGININDICATOR.kit.cleaner;tell: &eThanks for purchase!' #for PermissionsEx
#COMMAND: 'console: lp user {player} permission set PLUGININDICATOR.kit.cleaner true;tell: &eThanks for purchase!' #for LuckPerms
LORE:
- '&7Clean map very fast and easy!'
- '&7Click to buy for &e&l3000 coins'
PRICE: 3000
POSITION-X: 2
POSITION-Y: 2
2. Edit kit descriptions in language.yml
Go to language.yml and modify descriptions of kits that you're selling via shop above. Add information that kit is available to buy for coins. Do /n for new line or You must add enough spaces to wrap this line to next line.
In overall it looks like this:
3. Profit
Global server boosters
Requirements Web store (ex. CraftingStore), Permissions plugin
Using Custom permissions you can create global server boosters for your server!
1. Create new permission entry in permission.yml
Exp-Boost:
exp-store-boost-10: 10
Everyone who has this permission will receive 10% more exp in-game.
2. Add new item to your web store
Create new item in your store with command:
lp group %your_default_group% permission settemp pluginindicator.exp-store-boost-10 12h
for LuckPermspex group %your_default_group% timed add pluginindicator.exp-store-boost-10 43200 *
for PermissionsEx
This command will give you 12 hour server booster for your default group.
3. Profit
Party support
Required plugins: (Recommend) Parties or PartyAndFriends for Spigot or Bungee
Using Bungee?
1. Install the party plugin on your bungee and spigot server and restart both servers
2. Make sure to use the same database on both servers. (If you use MySQL us the same database and set it up on both servers)
(3.) Only if you use PAF for Bungee, you will need to install the PAF Addon and follow the instruction of it.
Basically the party plugin on spigot works as a bridge beetween bungee - (spigot) - our minigame
3. Profit
Using Spigot?
1. Install the party plugin on your spigot server and restart the server
2. Our plugin will automatically hook into the party plugin
3. Profit
Bungeecord Lobby Signs
Required plugins: BungeeSigns
1. Install the BungeeSigns plugin on your lobby servers
2. Set it up like the plugin thread says it
3. Profit
EssentialsX
When using EssentialsX make sure to set respawn-listener-priority to normal or low! Otherwise there could be issues with our respawn logic!