Plugin category: Fun Suggested name: SevPush What I want: I'd like the plugin to push someone up in area with any block that i have said in the config. I would like to control how far up in there witha number very simple plugin The permission to allow them use the block if they don't have the permission it will not let them Ideas for commands: none Ideas for permissions: push.* When I'd like it by: Today I redid this one because i missed spelled somthing in the title
I'm not quite sure I follow. You want a player to be pushed in a configurable block, which you decide upon in a config? Or have I missed the point?
When they walk on the block would like to have them push up in the air so the can land on a platform up in the air and config make it so i can change the block and how high they go in the config with a number
here, you can config and stuff but it only launches foward, it says 1.7 only but it works on 1.8 too http://dev.bukkit.org/bukkit-plugins/playerlaunchpad/
Doing something like this would likely use a movement event, which means heavy resource usage, and thus more lag. Basically every time a player moves the plugin would be checking the block they are on. Although you can't really determine the block, a slime launch pad would be much less resource intensive, or maybe a pressure plate to activate it instead of whenever you walk over a block (which probably is already made).