SimplePortalPermissions it's a simple plugin to prevent players to go to other dimensions.
COMMANDS
/simpleportalpermissions or /spp -> Main command
/simpleportalpermissions help -> Help command
/simpleportalpermissions reload -> Reloads the config
PERMISSIONS
spp.nether -> Allows players to go to the Nether
spp.end -> Allows players to go to The End
FEATURES
Fully customizable
Sound, Text & Push Effects
Sound costumization
Push customization
WHAT KIND OF USAGE I CAN GIVE IT?
I personally made this plugin to add it as a RPG mechanic way, to make it like a reward when you level up, i.e You reach level 5 so you can go to the Nether.
FILES
Code (YAML):
# Welcome to the SimplePortalPermissions config.yml. # A simple plugin, needs a simple config.[/SIZE] Effects: #Sends a message when a player attempts to join in a portal (You can config this on messages.yml) Messages: true
#Plays a sound when a player attempts to join in a portal. Sounds: true
#Push the player away from the portal. Push: true
Push_Config:
Nether-Velocity-Multiplier: -2
#Default value = -2 Nether-Y-Velocity: 0
#Default value = 0 #As a personal recommendation, changing this ones can generate bugs in your server. End-Velocity-Multiplier: -3
#Default value = -3 End-Y-Velocity: 1
#Default value = 1 Sound_Config: #Check the available sounds in https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.htm #Remember to put the sounds according to your server version. Sound: BLOCK_STEM_PLACE
Volume: 100
Pitch: 0
Code (YAML):
Deny-Entrance:
Nether: "&cYou don't have permission to join in the Nether!" End: "&cYou don't have permission to join in The End!"
EXTRAS
I'm a very early developer, so please, do not report errors on the review section, if you need help please do it on GitHub issues section.
TO ADD
Update Checker (Added 15/04/2003)
Fall Damage prevention (It's killing me, please help)