-:-: Update Beta v3.2.0:-:- Here is the 2nd Beta for Version 3, and arguably the biggest update yet (internally). The config doesn't currently exist, but don't worry, everything plus more can now be done with permissions.
Installation is still the same, the plugin is still plug-and-play so you don't have to touch permissions despite the recent changes, and overall I really hope you guys like this new update.
Like it says in the title, this version supports 1.12+, I really did try to get down to 1.10, but that would require a whole lot more work.
Other than the Config getting removed, the other big change is that there is now Full Ridables Support. Basically, if you can ride it, you can teleport it. This feature works best on Spigot based Servers, but if you want it on CraftBukkit you're gonna need to also install ProtocolLib.
I'm really tired right now and need to get to bed, so if this whole update seems empty and rushed, that's why. I'm gonna leave you all with the plugin.yml file. I'll redo the whole plugin page tomorrow, but for now this will tell you all of the permissions.
name: HorseTpWithMe
main: au.TheMrJezza.HorseTpWithMe.Main
version: 3.2.0
description: "Like your horse? Now you won't teleport without it!"
author: "TheMrJezza"
softdepend: [Vault, GriefPrevention, WorldGuard, Ridables, ProtocolLib]
api-version: 1.13
commands:
horsetpwithme:
description: Main Command for All HorseTpWithMe stuff.
usage: /<command>
aliases:
- htwm
- htpwm
permissions:
horsetpwithme.*:
description: Grants access to every HorseTpWithMe Permission
default: op
children:
horsetpwithme.command.*:
description: Access to all HorseTpWithMe Commands!
default: op
children:
horsetpwithme.command.reload:
description: Teleport any Entity you can ride!
default: op
horsetpwithme.teleport.*:
description: Teleport any Entity you can ride!
default: true
children:
horsetpwithme.teleport.horse:
description: Teleport any type of horse!
default: op
horsetpwithme.teleport.donkey:
description: Teleport donkeys and mules!
default: op
horsetpwithme.teleport.boat:
description: Teleport boats, and any non-player passengers!
default: op
horsetpwithme.teleport.minecart:
description: Teleport minecarts!
default: op
horsetpwithme.teleport.pig:
description: Teleport pigs!
default: op
horsetpwithme.teleport.llama:
description: Teleport llamas!
default: op
horsetpwithme.ridables.*:
description: Teleport any enabled Ridables Entity!
default: op
horsetpwithme.requiresaddle:
description: Requires that all horses have saddles in order to teleport.
default: false
horsetpwithme.requiretamed:
description: Requires that all Tameable Entites be tamed in order to teleport.
default: false
horsetpwithme.denycrossworld:
description: Denys all teleports out of the players current world.
default: false
Finally there are a few more permissions. They should be self explanatory.
horsetpwithme.disabledworld.<world name>
horsetpwithme.emptychestsfrom.<world name>
horsetpwithme.emptycheststo.<world name>
horsetpwithme.ridables.<ridable entity name> - Permission to teleport Ridables Entities.
That's all for now, good night (or whatever it is for you) everyone!