A verry simple plugin to infinitely glide with a permission node, without elytra
This plugin use "onmoveevent" to detect when the player is falling, sorry. It could decrease performances
Commands:
- /glide allow <player>
- /glide deny <player>
- /glide reload
permissions:
- glide.<command>
- glide.admin
- glide.*
Config:
Code (YAML):
#Checks for updates at plugin start
CheckForUpdates
: true
#Info messages at plugin startup
ConsoleMessages
: true
# /!\ changing the permission will break the plugin for players who already have the permission
Glide_Permission
:
"glide.infinite"
lang file:
Code (YAML):
noPermission
: '&6
[&bGlide&6
] &cYou don''t have permission
[Permission
]'
PluginReloaded
: '&aConfig file and lang were reloaded'
PlayerNotFound
: '&cPlayer
[Player
] was not found'
PlayerAlreadyHasPermission
: '&cPlayer
[Player
] already has this permission'
PlayerDoesNotHavePermission
: '&cPlayer
[Player
] does not have this permission'
PlayerAddedPermission
: '&aPlayer
[Player
] can now infinitely glide'
PlayerRemovedPermission
: '&aPlayer
[Player
] can
no longer infinitely glide'
help
:
- '&a -- Help for Glide plugin --'
- '&a
(developped by Black_Eyes, idea of Komi Hamada
)'
- '&a/glide allow <player> - Allow a player to use infinite glide'
- '&a/glide deny <player> - Disallow a player to use infinite glide'
- '&a/glide reload - Reload the config file and lang'