Hello Person Interested in a Plugin,
Hello, I am MrToucan and I develop plugins! I have been studying java for 2 years already and this is my plugin shop! Listed below are high quality, affordable custom made plugins that are just right for any type of server! If you have any questions please PM me, and enjoy the shop!
PLUGINS(Java 8):
UHCPractice
Price: $5/copy
Description:
Hello, I am MrToucan and I develop plugins! I have been studying java for 2 years already and this is my plugin shop! Listed below are high quality, affordable custom made plugins that are just right for any type of server! If you have any questions please PM me, and enjoy the shop!
PLUGINS(Java 8):
UHCPractice
Price: $5/copy
Description:
A PvP Practice Plugin where Players can join a practice Arena that you set and battle it out for fun or money based on kills(Optional). To join players must type /practice and they will be automatically teleported to the Arena until they die, then they will be teleported back to where they were without loosing any items! This plugin includes configurable prefix, kits, optional economy(Vault Required for this feature), kill streaks, and Arena Location! It even may be used as a preGame warm up when players are in Lobby!
ALWAYS TYPE /LOCKARENA BEFORE RESTART, RELOAD or SHUTDOWN OR PLAYER DATA WILL BE LOST!
After purchasing this plugin and installing it on your server the following steps should be taken IMMEDIATELY.
SETUP STEPS(MUST READ)
1.) Go to the arenas.yml folder in the config directory and set the prefix value from '&a&lPractice&aPvP' to "(PREFIX YOU WANT)". MAKE SURE TO CHANGE THE ' ' to " " or the plugin will not work correctly!
2.) Log onto your server and go to the Location you want to set as your Practice Arena spawn, then type /setPracticeArenaSpawn
3.) Go have some fun with UHCPractice!
SETUP STEPS(MUST READ)
1.) Go to the arenas.yml folder in the config directory and set the prefix value from '&a&lPractice&aPvP' to "(PREFIX YOU WANT)". MAKE SURE TO CHANGE THE ' ' to " " or the plugin will not work correctly!
2.) Log onto your server and go to the Location you want to set as your Practice Arena spawn, then type /setPracticeArenaSpawn
3.) Go have some fun with UHCPractice!
The following below is what each value in the config means and what they will take as a valid setting.
Examples of Data Types:
String = "Hello"
Double = 52.323 (Number with decimals)
Int = 52(Whole Number)
boolean = true or false (If something is enabled or disabled in config)
Prefix:
(The prefix you want all of the plugins messages to begin with color codes available): (Required String Value) (Example) "&a&lCoolPVP!"
World:
(The world your practice Arena is located in)
(Requires String name of the World if setting manually - if using command do not touch!)
LocationX:
(The X location of the Practice Arena Spawn Location)
(Requires Double Location of the X Location if setting manually - if using command do not touch!)
LocationY:
(The Y location of the Practice Arena Spawn Location)
(Requires Double Location of the Y Location if setting manually - if using command do not touch!)
LocationZ:
(The Z location of the Practice Arena Spawn Location)
(Requires Double Location of the Z Location if setting manually - if using command do not touch!)
UHCMode:
(An option to set no natural regeneration aside from golden apples on kill in Practice Arena)
(Requires a boolean type to enable or disable)
BroadcastKillStreak:
(An option if you want to broadcast kill streaks to the entire server or just the players in practice)
(Requires boolean type to enable or disable)
UseVault:
(An option which allows you to decide if you want to use the vault economy features) (Requires boolean type)
MoneyOnKill:
(An option that decides if you receive money on kill in the Practice Arena)
(Requires boolean type)
KillAmount:
(An option that decides how much money you receive on kill in the Practice Arena)
(Requires double type)
MoneyOnKillStreak:
(An option that decides if you receive money on KillStreaks(Every 5 kills in a row) in the Practice Arena)
(Requires boolean type)
KillAmount:
(An option that decides how much money you receive on killStreaks in the Practice Arena)
(Requires double type)
Kit(Explanation/Options):
UseRod - An option that decides if you want to use the fishing rod in the kit
Helmet/Chestplate/Leggings/Sword/Bow:
itemID = the id of the item in minecraft
enchantmentID = the id of the enchantment you want to have on the item (Go here to find : http://minecraft.gamepedia.com/Enchanting/ID)
enchantmentLevel = The level of the enchant you want on the item
Food:
Hunger - If you want hunger in the Practice Arena - requires boolean. If so fill out
itemID/Amount section.
RegularGoldenAppleAmount - The amount of golden apples you get on spawn - if 0 you don't get any.
Examples of Data Types:
String = "Hello"
Double = 52.323 (Number with decimals)
Int = 52(Whole Number)
boolean = true or false (If something is enabled or disabled in config)
Prefix:
(The prefix you want all of the plugins messages to begin with color codes available): (Required String Value) (Example) "&a&lCoolPVP!"
World:
(The world your practice Arena is located in)
(Requires String name of the World if setting manually - if using command do not touch!)
LocationX:
(The X location of the Practice Arena Spawn Location)
(Requires Double Location of the X Location if setting manually - if using command do not touch!)
LocationY:
(The Y location of the Practice Arena Spawn Location)
(Requires Double Location of the Y Location if setting manually - if using command do not touch!)
LocationZ:
(The Z location of the Practice Arena Spawn Location)
(Requires Double Location of the Z Location if setting manually - if using command do not touch!)
UHCMode:
(An option to set no natural regeneration aside from golden apples on kill in Practice Arena)
(Requires a boolean type to enable or disable)
BroadcastKillStreak:
(An option if you want to broadcast kill streaks to the entire server or just the players in practice)
(Requires boolean type to enable or disable)
UseVault:
(An option which allows you to decide if you want to use the vault economy features) (Requires boolean type)
MoneyOnKill:
(An option that decides if you receive money on kill in the Practice Arena)
(Requires boolean type)
KillAmount:
(An option that decides how much money you receive on kill in the Practice Arena)
(Requires double type)
MoneyOnKillStreak:
(An option that decides if you receive money on KillStreaks(Every 5 kills in a row) in the Practice Arena)
(Requires boolean type)
KillAmount:
(An option that decides how much money you receive on killStreaks in the Practice Arena)
(Requires double type)
Kit(Explanation/Options):
UseRod - An option that decides if you want to use the fishing rod in the kit
Helmet/Chestplate/Leggings/Sword/Bow:
itemID = the id of the item in minecraft
enchantmentID = the id of the enchantment you want to have on the item (Go here to find : http://minecraft.gamepedia.com/Enchanting/ID)
enchantmentLevel = The level of the enchant you want on the item
Food:
Hunger - If you want hunger in the Practice Arena - requires boolean. If so fill out
itemID/Amount section.
RegularGoldenAppleAmount - The amount of golden apples you get on spawn - if 0 you don't get any.
/Practice - Makes you join the Practice Arena! - PracticePvP.use
/LockArena - Locks the Arena from anyone joining it (Perfect for minigames!)
- PracticePvP.lock
/UnLockArena - UnLocks the Arena
- PracticePvP.lock
/setPracticeArenaSpawn - Sets the global spawn of the Practice Arena!
- PracticePvP.setSpawn
/leavePractice - Makes you leave the Practice Arena!
Events:
LeaveWhileInArena - Player is kicked from Arena on Join
Restart - Arena is globally turned off!
/LockArena - Locks the Arena from anyone joining it (Perfect for minigames!)
- PracticePvP.lock
/UnLockArena - UnLocks the Arena
- PracticePvP.lock
/setPracticeArenaSpawn - Sets the global spawn of the Practice Arena!
- PracticePvP.setSpawn
/leavePractice - Makes you leave the Practice Arena!
Events:
LeaveWhileInArena - Player is kicked from Arena on Join
Restart - Arena is globally turned off!
So far the entire plugin may be used as an API and the main API class that can be used for this is the PracticeManager class that basically controls almost anything except the arena config class that can be found in the main itself class.
PracticePvP Example Images:
Staff+
$5/copy
Description:
A plugin that will help the owners of servers stop hackers through many different moderation improvements! Currently Staff+ detects and will ban Reach and FastBow Hacks immediately with it's easy to use ban system! It also includes a report feature that will send a report to all online staff members and save it in the reports.yml file, a staffchat, and many staff commands! This plugin is essential to any moderation team and I hope you enjoy it as much as I do!
/Staff - Base staff command that opens GUI - Staff+.usage
/Staff Ban - Bans a player - Staff+.ban
/Staff Unban - Unbans a player - Staff+.unban
/Staff Mute - mutes a player - Staff+.mute
/Staff Unmute - Unmutes a player - Staff+.unmute
/Staff GlobalMute - Initiates global mute and only players with the Staff+.ChatOnMute perm may talk - Staff+.globalmute
/Staff Vanish - Hides a player from chat, tab and view from players - Staff+.vanish
/Staff Kick - Kicks a player from the server - Staff+.kick
/Staff chat - A staff Chat command that sends messages only to online staff members - Staff+.StaffChat
/Staff Freeze - Prevents a player from moving or taking damage - Staff+.freeze
/Report <Player> <Reason> - Reports a player, sends it to all online staff members, logs it into console, and puts it into reports.yml - Staff+.Report
Staff+.ReceiveReports - Perm to receive reports from players
All Staff+ Messages are logged into console!
/Staff Ban - Bans a player - Staff+.ban
/Staff Unban - Unbans a player - Staff+.unban
/Staff Mute - mutes a player - Staff+.mute
/Staff Unmute - Unmutes a player - Staff+.unmute
/Staff GlobalMute - Initiates global mute and only players with the Staff+.ChatOnMute perm may talk - Staff+.globalmute
/Staff Vanish - Hides a player from chat, tab and view from players - Staff+.vanish
/Staff Kick - Kicks a player from the server - Staff+.kick
/Staff chat - A staff Chat command that sends messages only to online staff members - Staff+.StaffChat
/Staff Freeze - Prevents a player from moving or taking damage - Staff+.freeze
/Report <Player> <Reason> - Reports a player, sends it to all online staff members, logs it into console, and puts it into reports.yml - Staff+.Report
Staff+.ReceiveReports - Perm to receive reports from players
All Staff+ Messages are logged into console!
The Staff+ plugin completely blocks and bans all FastBow and Reach hacks found by it through looking for extreme player actions that could not be done by a normal client.
(Staff Chat not listed in here due to it being old image, but file has been updated with new commands)
Coming Soon!!!!
A fully configurable survival games plugin coming soon!
Using the purchased code as your own or taking it in any way is not allowed!
You may not REDISTRIBUTE the files!
You may only put this on one server or network! Sharing is not allowed!
You are not allowed to resell this plugin!
NO REFUNDS AFTER PURCHASE
All the rights to this plugin belong to me, and I may do whatever I want with the plugin itself.
Chargebacks or Refunds of any kind are NOT allowed! NO EXCEPTIONS!
You may not REDISTRIBUTE the files!
You may only put this on one server or network! Sharing is not allowed!
You are not allowed to resell this plugin!
NO REFUNDS AFTER PURCHASE
All the rights to this plugin belong to me, and I may do whatever I want with the plugin itself.
Chargebacks or Refunds of any kind are NOT allowed! NO EXCEPTIONS!
MrToucan doesn't need to give a fucking vouch copy. I can personally vouch for him
If you have any questions or concerns/would like to request a plugin from here custom made for you, then just give me a pm and we could work something out!
IF you would like to see these plugins at work on a private server and are interested in buying either of them please PM me!
Last edited:

