Leaked by anonymous
Cracked by Infinityy
Tested Minecraft Versions:
InstantlyMoist (me)
Welcome to HigherLower!
The goal of this plugin is to play this for fun or gamble with money!
The more guesses you get, the bigger your price gets.
Vault support
Very customizable
Very fun
A new challenge in your server
Delay
And more!
Video coming soon
Default config:
Code (Text):
#########################
#H-I-G-H-E-R---L-O-W-E-R#
#########################
#
# Welcome to this HigherLower recode
#
# NOTE: For all material names go to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# NOTE2: For all sound names go to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#
# General settings:
Money: false
# Valid types are false or true, this means the plugin will check for vault or not.
Delay: 60
# Set to -1 to disable
MaximumNumber: 100
# Money settings:
DefaultBet: 500
MaximumBet: 1000
MinimumBet: 10
ProcentWin: 20
# Messages:
NotAPlayer: '&7[&c&lError&7]: You need to be a player in order to execute this command!'
NoPermissions: '&7[&c&lError&7]: You dont have the permissions to execute this command!'
CantGoHigher: '&7[&c&lError&7]: You cant bid any higher!'
CantGoLower: '&7[&c&lError&7]: You cant bid any lower!'
LostMoney: '&7[&a&lHigherLower&7]: Oh no! You lost your money!'
MoneyWon: '&7[&a&lHigherLower&7]: Congratulations! You won %b%'
Won: '&7[&a&lHigherLower&7]: Congratulations! You won %b% times!'
NotEnoughBalance: '&7[&c&lError&7]: Your balance is not high enough to start playing!'
InCooldown: '&7[&c&lError&7]: You are still in cooldown for %b% seconds!'
UnknownArgument: '&7[&c&lError&7]: The argument you specified is unknown!'
# Permissions:
HigherLowerOpenPermission: 'higher.lower'
# Permission to do /higherlower
HigherLowerDelayOverridePermission: 'no.delay'
# Permission to deny the given delay
ReloadPermission: 'higherlower.reload'
# Permission to reload the configuration file
# Sound settings:
BetSound: 'BLOCK_ANVIL_BREAK'
WinSound: 'ENTITY_WITHER_SHOOT'
LoseSound: 'ENTITY_WITHER_HURT'
# Bet GUI settings (Only works if money is true):
BetGUITitle: '&cBetGUI'
BetTiles:
1:
Name: '&c-100'
Value: -100
Lore:
- '&cClick here to delete 500'
- '&cFrom your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
2:
Name: '&c-10'
Value: -10
Lore:
- '&cClick here to delete 10'
- '&cFrom your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
3:
Name: '&c-1'
Value: -1
Lore:
- '&cClick here to delete 1'
- '&cFrom your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
4:
Name: '&a+1'
Value: 1
Lore:
- '&aClick here to add 1'
- '&ato your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
5:
Name: '&a+10'
Value: 10
Lore:
- '&aClick here to add 10'
- '&ato your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
6:
Name: '&a+100'
Value: 100
Lore:
- '&aClick here to add 100'
- '&ato your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
fill:
Name: '&4Click to confirm bet!'
Lore:
- '&4Click here to confirm your bet'
- '&4your bet is %b%'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 8
# fill will also act as a confirm button
info:
Name: '&cYour bet is %b%'
Lore:
- '&4Your bet is %b%!'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 8
# Higher Lower GUI settings:
HigherLowerGUITitle: '&aHigherLowerGUI'
HigherLowerTiles:
higher:
Name: '&aHigher'
Lore:
- '&aDo you think the next number'
- '&awill be higher than %b%'
- '&aclick me!'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 5
lower:
Name: '&cLower'
Lore:
- '&cDo you think the next number'
- '&cwill be lower than %b%'
- '&cclick me!'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 14
fill:
Name: '&r'
Lore:
- '&r'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 8
/higherlower (/hl)
Opens the gui
Permission: higher.lower (Customizable)
/higherlower reload
Reloads the configuration file
Permission: higherlower.reload (Customizable)
Delay override permission is Customizable
More customization
More features
You tell me
At first, I'm allowed to change this when I want to.
You are allowed to decompile the plugin. But not reproduce any of my code in to your own plugin(s).
Before leaving a bad review, make sure to contact me on any of the ways above, we can solve your problem together, some may take longer then others. Am I not responding in a reasonable amount of time? Feel free to rate on any sort of form.
You are not allowed to upload Captcha to any other site, or send it to your friends.
No refunds are given, no matter what.
You may not reproduce any of my ideas
If you enjoy, please consider rating 5 stars
Cracked by Infinityy
Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
InstantlyMoist (me)

Welcome to HigherLower!
The goal of this plugin is to play this for fun or gamble with money!
The more guesses you get, the bigger your price gets.

Vault support
Very customizable
Very fun
A new challenge in your server
Delay
And more!




Video coming soon
Default config:
Code (Text):
#########################
#H-I-G-H-E-R---L-O-W-E-R#
#########################
#
# Welcome to this HigherLower recode
#
# NOTE: For all material names go to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# NOTE2: For all sound names go to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#
# General settings:
Money: false
# Valid types are false or true, this means the plugin will check for vault or not.
Delay: 60
# Set to -1 to disable
MaximumNumber: 100
# Money settings:
DefaultBet: 500
MaximumBet: 1000
MinimumBet: 10
ProcentWin: 20
# Messages:
NotAPlayer: '&7[&c&lError&7]: You need to be a player in order to execute this command!'
NoPermissions: '&7[&c&lError&7]: You dont have the permissions to execute this command!'
CantGoHigher: '&7[&c&lError&7]: You cant bid any higher!'
CantGoLower: '&7[&c&lError&7]: You cant bid any lower!'
LostMoney: '&7[&a&lHigherLower&7]: Oh no! You lost your money!'
MoneyWon: '&7[&a&lHigherLower&7]: Congratulations! You won %b%'
Won: '&7[&a&lHigherLower&7]: Congratulations! You won %b% times!'
NotEnoughBalance: '&7[&c&lError&7]: Your balance is not high enough to start playing!'
InCooldown: '&7[&c&lError&7]: You are still in cooldown for %b% seconds!'
UnknownArgument: '&7[&c&lError&7]: The argument you specified is unknown!'
# Permissions:
HigherLowerOpenPermission: 'higher.lower'
# Permission to do /higherlower
HigherLowerDelayOverridePermission: 'no.delay'
# Permission to deny the given delay
ReloadPermission: 'higherlower.reload'
# Permission to reload the configuration file
# Sound settings:
BetSound: 'BLOCK_ANVIL_BREAK'
WinSound: 'ENTITY_WITHER_SHOOT'
LoseSound: 'ENTITY_WITHER_HURT'
# Bet GUI settings (Only works if money is true):
BetGUITitle: '&cBetGUI'
BetTiles:
1:
Name: '&c-100'
Value: -100
Lore:
- '&cClick here to delete 500'
- '&cFrom your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
2:
Name: '&c-10'
Value: -10
Lore:
- '&cClick here to delete 10'
- '&cFrom your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
3:
Name: '&c-1'
Value: -1
Lore:
- '&cClick here to delete 1'
- '&cFrom your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
4:
Name: '&a+1'
Value: 1
Lore:
- '&aClick here to add 1'
- '&ato your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
5:
Name: '&a+10'
Value: 10
Lore:
- '&aClick here to add 10'
- '&ato your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
6:
Name: '&a+100'
Value: 100
Lore:
- '&aClick here to add 100'
- '&ato your bet'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 3
fill:
Name: '&4Click to confirm bet!'
Lore:
- '&4Click here to confirm your bet'
- '&4your bet is %b%'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 8
# fill will also act as a confirm button
info:
Name: '&cYour bet is %b%'
Lore:
- '&4Your bet is %b%!'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 8
# Higher Lower GUI settings:
HigherLowerGUITitle: '&aHigherLowerGUI'
HigherLowerTiles:
higher:
Name: '&aHigher'
Lore:
- '&aDo you think the next number'
- '&awill be higher than %b%'
- '&aclick me!'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 5
lower:
Name: '&cLower'
Lore:
- '&cDo you think the next number'
- '&cwill be lower than %b%'
- '&cclick me!'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 14
fill:
Name: '&r'
Lore:
- '&r'
Item: 'STAINED_GLASS_PANE'
Amount: 1
Durability: 8

/higherlower (/hl)
Opens the gui
Permission: higher.lower (Customizable)
/higherlower reload
Reloads the configuration file
Permission: higherlower.reload (Customizable)
Delay override permission is Customizable

More customization
More features
You tell me


At first, I'm allowed to change this when I want to.
You are allowed to decompile the plugin. But not reproduce any of my code in to your own plugin(s).
Before leaving a bad review, make sure to contact me on any of the ways above, we can solve your problem together, some may take longer then others. Am I not responding in a reasonable amount of time? Feel free to rate on any sort of form.
You are not allowed to upload Captcha to any other site, or send it to your friends.
No refunds are given, no matter what.
You may not reproduce any of my ideas
If you enjoy, please consider rating 5 stars
