Permissions
- gate.admin - To use all plugin commands
Setup
Commands
Code (YAML):
Admin commands
/gate create <name> - To create a gate
/gate edit <name> - To edit a gate settings
/gate save <name> - To save a gate in config
/gate delete <name> - To delete a gate
/gate list - Get list of
all gates
Configuration
Code (YAML):
## If enabled, the autosave will automatically save the gate in the config when it is enabled/disabled.
auto-save
: false
## These are any configurable sounds.
## The list of sounds can be found here -> https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
sounds
:
## This sound will be triggered when the door opens
open
:
## Sound enabled or disabled for this gate
enabled
: true
## This is the name of the sound
name
: 'UI_TOAST_CHALLENGE_COMPLETE'
## The volume of the sound (default is 1.0)
volume
: 1.0
## The pitch of the sound (default is 1.0)
pitch
: 1.0
## This sound will be triggered when the door closes
close
:
## Sound enabled or disabled for this gate
enabled
: true
## This is the name of the sound
name
: 'BLOCK_NOTE_BLOCK_PLING'
## The volume of the sound (default is 1.0)
volume
: 1.0
## The pitch of the sound (default is 1.0)
pitch
: 1.0
# Maximum millis that the thread teleporting the blocks should take per tick.
# Should be below 25.
MaxMillisPerTick
: 12
I always appreciate feedback, but not in the review section. If you have a problem, just send me a PM or ask help on discord.