Native Minecraft Version:Legacy (< 1.13)Tested Minecraft Versions:
WHAT CAN YOU DO WITH THE PLUGIN?
First of all, the plugin works to be able to add gestures to your lobby, but what are the gestures? Later you will have a test of how they are in the game, by adding this to your lobby you are adding a unique cosmetic to be able to express yourself better with it.
The plugin has different functions that you will be able to read little by little in this article, make sure you read everything correctly so that the plugin can work in its best state.
Check my others plugins:
https://www.spigotmc.org/resources/authors/kaiz3r.686173/
PRE-MADE SETUPS
Setup by Team Kraken (link)
Spoiler: More Gestures
- ✔ Custom Gui main Menu
- ✔ New Configurations files
- Custom item on player join
- Disable in world gesture
- Developer API
- ✔ Random Armorstand names
- ActionBar
- Modifiable the duration of the gesture
- Modification equipments armor stand
- ✔ Support PlaceholderAPI
- WorldGuard Hook
The plugin for now only has as an api some events that are already explained below for what each of them are used
If you create any addon for this plugin please let me know to add it to the addons list thanks.
Code (Java):
@EventHandler
public void onGesture(PlayerGestureEvent event){
Player player = event.getPlayer();
GestureAPI gestureAPI = event.getGestureAPI();
}
@EventHandler
public void onCancelGesture(PlayerCancelGestureEvent event){
Player player = event.getPlayer();
GestureAPI gestureAPI = event.getGestureAPI();
}
@EventHandler
public void onEndGesture(GestureEndEvent event){
Player player = event.getPlayer();
GestureAPI gestureAPI = event.getGestureAPI();
}
Placeholders
%gesture_cooldown% | Show your remaining cooldown to use again
%gesture_name% | Show the name of the gesture you are using
First you have to install a version of spigot that is compatible with the plugin, since you have it installed in your server folder, a folder called "plugins" will be created, then you will have to turn off the server and follow the next step within In the plugins folder, you will place the file (GesturePlus.jar) of the plugin, after that you will have to start the server as normal, since you followed all the steps you would have the plugin installed correctly on your minecraft server.
This Plugin is not compatible with Bukkit
Spoiler: Configuration Files
TERMS AND CONDITIONS:
By obtaining this plugin you are accepting the plugin licenses and the terms of this
- Under no circumstances are you permitted to redistribute this product.
- Do not request a refund or made a chargeback.
- None but the most recent version of these terms are applicable.
- Using parts from or modifying this plugin is not permitted.
* GesturePlus 2021 ©
Discord Support: "xKaizer#8629"
Wiki: https://github.com/xKaizer/GesturePlus/wiki
Discord Support: https://discord.gg/uNGaYkpktf
Please if you had any problem with the plugin do not leave a bad review, contact me privately so I can help you I will answer you immediately.
Are you interested in the source code?
Tell me in discord "xKaizer#8629"
Do you need a minecraft hosting?
Apex hosting is your option
20% OFF using code 2021
(CLICK THE IMAGE)
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.15
- 1.16
- 1.17
WHAT CAN YOU DO WITH THE PLUGIN?
First of all, the plugin works to be able to add gestures to your lobby, but what are the gestures? Later you will have a test of how they are in the game, by adding this to your lobby you are adding a unique cosmetic to be able to express yourself better with it.
The plugin has different functions that you will be able to read little by little in this article, make sure you read everything correctly so that the plugin can work in its best state.
Check my others plugins:
https://www.spigotmc.org/resources/authors/kaiz3r.686173/
PRE-MADE SETUPS
Setup by Team Kraken (link)
Spoiler: More Gestures
- ✔ Custom Gui main Menu
- Support Custom head texture
- Permission on click item
- Allow modify Rows, Title and add items to inventory
- ✔ New Configurations files
- Lang files EN,ES
- File Animations.yml
- Configurations file config.yml
- Custom item on player join
- Disable in world gesture
- Developer API
- ✔ Random Armorstand names
- The names are random which can be set in the animations.yml file
- ActionBar
- Modifiable the duration of the gesture
- Modification equipments armor stand
- ✔ Support PlaceholderAPI
- Gesture hologram
- Main inventory
- Now some gestures have songs this hook is not necessary for the plugin to work
- WorldGuard Hook
- /gesture help | Default Permission: gestureplus.cmd.help | See plugin information
- /gesture menu | Does not take permission | Open Gesture Main menu
- /gesture animation <animation-name> | Permissions change with different gestures | Play an gesture with commands
- /gesture cancel | Does not take Permission | Cancel the gesture with commands
- /gesture reload | Default Permission: gestureplus.cmd.reload | Reload Configuration files
- /gesture list | Default Permission: gestureplus.cmd.list | Look at the list of the different gestures available.
The plugin for now only has as an api some events that are already explained below for what each of them are used
If you create any addon for this plugin please let me know to add it to the addons list thanks.
Code (Java):
@EventHandler
public void onGesture(PlayerGestureEvent event){
Player player = event.getPlayer();
GestureAPI gestureAPI = event.getGestureAPI();
}
@EventHandler
public void onCancelGesture(PlayerCancelGestureEvent event){
Player player = event.getPlayer();
GestureAPI gestureAPI = event.getGestureAPI();
}
@EventHandler
public void onEndGesture(GestureEndEvent event){
Player player = event.getPlayer();
GestureAPI gestureAPI = event.getGestureAPI();
}
Placeholders
%gesture_cooldown% | Show your remaining cooldown to use again
%gesture_name% | Show the name of the gesture you are using
First you have to install a version of spigot that is compatible with the plugin, since you have it installed in your server folder, a folder called "plugins" will be created, then you will have to turn off the server and follow the next step within In the plugins folder, you will place the file (GesturePlus.jar) of the plugin, after that you will have to start the server as normal, since you followed all the steps you would have the plugin installed correctly on your minecraft server.
This Plugin is not compatible with Bukkit
Spoiler: Configuration Files
TERMS AND CONDITIONS:
By obtaining this plugin you are accepting the plugin licenses and the terms of this
- Under no circumstances are you permitted to redistribute this product.
- Do not request a refund or made a chargeback.
- None but the most recent version of these terms are applicable.
- Using parts from or modifying this plugin is not permitted.
* GesturePlus 2021 ©
Discord Support: "xKaizer#8629"
Wiki: https://github.com/xKaizer/GesturePlus/wiki
Discord Support: https://discord.gg/uNGaYkpktf
Please if you had any problem with the plugin do not leave a bad review, contact me privately so I can help you I will answer you immediately.
Are you interested in the source code?
Tell me in discord "xKaizer#8629"
Do you need a minecraft hosting?
Apex hosting is your option
20% OFF using code 2021
(CLICK THE IMAGE)