Hey everyone! This plugin provides a simple permissions based mount system!
Commands
- /mounts - brings up an inventory window with the mounts you have access to!
Permissions
To give a player access to a mount simply add... LMount.<name>! In the example file(below), you can see that IronSteed, is the name of the mount, so you can use LMount.IronSteed, to give players access to it
Mounts.yml
The plugin will generate an example mount as well as config settings. Everything you need to do, is in this file. They are all explained with comments in the file, and are easy to use! Make sure to copy paste the example and edit it for easiest setup!
They example file is as follows...
#Developer : Lorinthios Config: Notify: true #shows mount/dismount messages to players Cooldown: 20 #Cooldown, in seconds, between summons, set to 0 if you don't want a cooldown Mounts: 'IronSteed': #Use permission LMount.IronSteed DisplayName: '&5Iron Steed' #Display name on item and above mounts head, can take colors Item: 417 #Display item in menu Lore: #This can take color codes - '&6This mount is clad in iron armor' - '&7Speed : 150%' - '&8Jump : 120%' Speed: 150 #% of player speed Jump: 0.7 #Scales between 0 and 2, 0.7 is average Health: 1 #1hp = 1 hit dead Armor: 417 #0=none, 417=iron, 418=gold, 419=diamond Variant: 0 #Between 0-4 Color: 0 #Between 0-6 Style: 0 #Between 0-4

