HomeJavaModsSupreme Kitpvp
Supreme Kitpvp
Disclaimer!
Do not claim any of this work as your own!
Do not leave a bad review because of a bug, only leave a bad review if your truly hate the plugin!
If you do run into any bugs please pm me or put it into the discussion area.


Supreme Kitpvp!

Installation:
1: Download the jar file.
2: Drag into your plugins folder
3: Start/restart Server.
4: Have Fun!

Dependencies:
None! :)

What it does:
Supreme kitpvp is a rankup kitpvp plugin. you set the lobby/world spawn in your lobby, then you set up to 16 spawns randomly around the map. the player has a compass which is a gui. click it and you can pick the kit your have for your level(you can also pick a kit lower then your level). you get teleported randomly to the arena in 1 of the 16 spots. when you kill a player you gain xp and money. it gets harder to gain xp as you get higher leveled.

Commands:
/skp enableworld - Enables the world your in.
/skp disableworld - Disables the world your in.
/skp setkit # NameOfKit(No Spaces For the Name) - Sets the items in your inventory to kit #.
/skp removekit # - Removes kit #.
/skp removeallkits - Removes all kits.
/skp setspawn # - Sets spawn # to your location.
/skp removespawn # - Removes spawn #.
/skp removeallspawns - Removes all spawns.
/skp setworldspawn - Sets the lobby/world spawn.
/skp menuitem - Gives the command sender the menu item

Permissions:
skp.skp - Gives the ability to do the /skp command.
skp.enableworld - Gives the ability to enable worlds.
skp.disableworld - Gives the ability to disable worlds.
skp.setkit - Gives the ability to set kits.
skp.removekit - Gives the ability to remove kits.
skp.removeallkits - Gives the ability to remove all kits.
skp.setspawn - Gives the ability to set spawns.
skp.removespawn - Gives the ability to remove spawns.
skp.removeallspawns - Gives the ability to remove all spawns.
skp.setworldspawn - Gives the ability to set world/lobby spawn.

Config.yml:
Code (Text):
###########################################
#                                         #
#               WorldConfig               #
#                                         #
###########################################

#I Would Recommend Doing all Of the WorldConfig In Game.

#The Command to Set The World/Lobby Spawn is /sip setworldspawn.
#It will set the world/lobby spawn to your position.

WorldSpawnWorld: ''

WorldSpawnX: ''
WorldSpawnY: ''
WorldSpawnZ: ''

#The Command to Enable a world is /skp enableworld. It will enable
#The World You Are In.

EnabledWorlds: ''

###########################################
#                                         #
#                PvpConfig                #
#                                         #
###########################################

#Just Think of The BaseMoneyPerKill As The Middle.
#So If You Kill Someone The Same Level As You,
#You Get (What Ever You Put For BaseMoneyPerKill).
#If You Kill Someone Higher Leveled, You Get More
#Money. Lower Leveled Gives Less.

BaseMoneyPerKill: 10.00

#false (lowerCase) = Player Doesn't Earn Money By Kill.
#true (lowerCase) = Player Does Earn Money By Kill.

Disable/Enable PlayerEarnsMoneyByKill: true

#false (lowerCase) = Don't Use Same Money As Disabled Worlds.
#true (lowerCase) = Use Same Money As Disabled Worlds.

EnabledWorldsUseSameMoneyAsDisabledWorlds: false

#false (lowerCase) = Don't Heal Player When They Enter Arena.
#true (lowerCase) = Heal Player When They Enter Arena.

HealPlayerWhenTheyEnterArena: true

#false (lowerCase) = Don't Heal Player When They Kill Another Player.
#true (lowerCase) = Heal Player When They Kill Another Player.

HealPlayerWhenTheyKillAnotherPlayer: false

#false (lowerCase) = Don't Heal Player When They Level Up.
#true (lowerCase) = Heal Player When They Level Up.

HealPlayerWhenTheyLevelUp: true

#false (lowerCase) = Ops Cant pickup/drop items while in pvp.
#true (lowerCase) = Ops Can pickup/drop items while in pvp.

OpsCanDrop/PickupItemsWhileInPvp: true

#false (lowerCase) = Players can not drop items while in the arena.
#true (lowerCase) = Players can drop items while in the arena.

PlayerDropItemsWellInTheArena: false

#false (lowerCase) = Players can not pickup items while in the arena.
#true (lowerCase) = Players can pickup items while in the arena.

PlayerPickupItemsWellInTheArena: false

#Special Abilities, You Can Buy These In The Shop!
#These All Give you Potion Effects...
#List Of Potion Effects... Please Copy the CAPITALIZED One!

#Good Effects:

#Speed = SPEED
#Strength = INCREASE_DAMAGE
#Resistance = DAMAGE_RESISTANCE
#Health Boost = HEALTH_BOOST
#Fire Resistance = FIRE_RESISTANCE
#Absorption = ABSORPTION
#Jump Boost = JUMP
#Regeneration = REGENERATION
#Night Vision = NIGHT_VISION
#Haste = FAST_DIGGING
#Invisibility = INVISIBILITY
#Water Breathing = WATER_BREATHING

#Bad Effects:

#Blindness = BLINDNESS
#Nausea = CONFUSION
#OutLinePlayer = GLOWING
#Poison = POISON
#Weakness = WEAKNESS
#Wither = WITHER

Special Ability 1: SPEED
Special Ability 2: HEALTH_BOOST
Special Ability 3: FIRE_RESISTANCE
Special Ability 4: DAMAGE_RESISTANCE
Special Ability 5: ABSORPTION
Special Ability 6: JUMP
Special Ability 7: INCREASE_DAMAGE
Special Ability 8: REGENERATION
Special Ability 9: SPEED
Special Ability 10: HEALTH_BOOST
Special Ability 11: ABSORPTION
Special Ability 12: FIRE_RESISTANCE
Special Ability 13: JUMP
Special Ability 14: DAMAGE_RESISTANCE
Special Ability 15: REGENERATION
Special Ability 16: NIGHT_VISION
Special Ability 17: INCREASE_DAMAGE

###########################################
#                                         #
#                GuiConfig                #
#                                         #
###########################################

#List of all the blocks/items: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
#List of all the Colors: http://wiki.ess3.net/mc/

#The Gui Icon Item.
#List of blocks/items is at the top of Guiconfig

MenuIconItem: COMPASS

#The Name Of the Item. Make sure to keep any names/words inside of '<-- -->'
#The &a At the start of the name is the color of the name.
#List of Colors is at the top of Guiconfig

MenuItemName: '&aKitPvp Menu'

#This is the slot in your inventory that the item will be in.
#It is 0 based! which means hotbar slot 1 = 0, etc.
#Hotbar slots: 0 - 8
#Inventory Slots: 9 - 35

MenuIconSlot: 0

#Enables/Disabled the Shop in the menu
#true/false

MenuShopEnable: true

#The Menu Shop Icon Item.
#List of blocks/items is at the top of Guiconfig

MenuShopIconItem: CHEST

#This is the slot in the menu inventory that the item will be in.
#It is 0 based! which means inventory slot 1 = 0, etc.
#Inventory Slots: 0 - 26

MenuShopIconGuiSlot: 12

#The Name Of the Item. Make sure to keep any names/words inside of '<-- -->'
#The &e At the start of the name is the color of the name.
#List of Colors is at the top of Guiconfig

MenuShopIconName: '&eShop'

#The Description Lines Of the Item. Make sure to keep any Descriptions/words inside of '<-- -->'
#The &(then a number / letter) At the start of the name is the color of the description line.
#List of Colors is at the top of Guiconfig

MenuShopIconDescriptionLine1: '&4----------'
MenuShopIconDescriptionLine2: '&f17 Abilities!'
MenuShopIconDescriptionLine3: '&fPurchase!'

#Enables/Disabled the Shop in the menu
#true/false

MenuKitsEnable: true

#The Menu Shop Icon Item.
#List of blocks/items is at the top of Guiconfig

MenuKitsIconItem: DIAMOND_SWORD

#This is the slot in the menu inventory that the item will be in.
#It is 0 based! which means inventory slot 1 = 0, etc.
#Inventory Slots: 0 - 26

MenuKitsIconGuiSlot: 14

#The Name Of the Item. Make sure to keep any names/words inside of '<-- -->'
#The &e At the start of the name is the color of the name.
#List of Colors is at the top of Guiconfig

MenuKitsIconName: '&eKits'

#The Description Lines Of the Item. Make sure to keep any Descriptions/words inside of '<-- -->'
#The &(then a number / letter) At the start of the name is the color of the description line.
#List of Colors is at the top of Guiconfig

MenuKitsIconDescriptionLine1: '&4-------'
MenuKitsIconDescriptionLine2: '&f35 Kits!'
MenuKitsIconDescriptionLine3: '&fRank Up!'

#Enables/Disabled the Shop in the menu
#true/false

MenuTpToSpawnEnable: true

#The Menu Shop Icon Item.
#List of blocks/items is at the top of Guiconfig

MenuTpToSpawnIconItem: COMPASS

#This is the slot in the menu inventory that the item will be in.
#It is 0 based! which means inventory slot 1 = 0, etc.
#Inventory Slots: 0 - 26

MenuTpToSpawnIconGuiSlot: 8

#The Name Of the Item. Make sure to keep any names/words inside of '<-- -->'
#The &a At the start of the name is the color of the name.
#List of Colors is at the top of Guiconfig

MenuTpToSpawnIconName: '&aTeleport To Spawn'

#Enables/Disabled the Shop in the menu
#true/false

MenuExitInvEnable: true

#The Menu Shop Icon Item.
#List of blocks/items is at the top of Guiconfig

MenuExitInvIconItem: BARRIER

#This is the slot in the menu inventory that the item will be in.
#It is 0 based! which means inventory slot 1 = 0, etc.
#Inventory Slots: 0 - 26

MenuExitInvIconGuiSlot: 0

#The Name Of the Item. Make sure to keep any names/words inside of '<-- -->'
#The &a At the start of the name is the color of the name.
#List of Colors is at the top of Guiconfig

MenuExitInvIconName: '&4Quit Menu'

#The Name Of the Specified Inventory. Make sure to keep any names/words inside of '<-- -->'
#The &f At the start of the Inventory name is the color of the Inventory name.
#List of Colors is at the top of Guiconfig.

#Menu Gui Inventory Name.

MenuGuiName: '&fKitPvp'

#Shop Gui Inventory Name.

ShopGuiName: '&fShop'

#Kits Gui Inventory Name.
KitsGuiName: '&fKits'

###########################################
#                                         #
#              MessageConfig              #
#                                         #
###########################################

#Player Tries to do a command in a disabled world.

WorldIsDisabledMessage: '&4The World You Are In Is Disabled. To Enable A World, Add The World Name To The Config File!'

#The Command sender is not a player.

CommandSenderIsNotPlayer: '&4You Are Not A Player!'

#Player Doesn't have permission.

PlayerDoesNotHavePermission: '&4You Do Not Have Permission!'

#Kit Is Successfully set.

SetKitSuccess: '&aYou Have SuccessFully Set a Kit!'

#Kit Is Successfully removed.

RemoveKitSuccess: '&aYou Have SuccessFully Removed a Kit!'

#Removed all kits Successfully.

RemoveAllKitsSuccess: '&aYou Have SuccessFully Removed All Of The Kits!'

#Player does not yet have access to that kit.

PlayerDoesNotHaveKit: '&4You Do Not Have That Kit! To Unlock Kits, Earn Levels By Killing Other Players!'

#No Spawn Location Made yet.

NoSpawnLocations: '&4There Are 0 Valid Spots To Spawn! Set Spawns by /Skp SetSpawn (1 - 16)'

#All Spawns Removed success.

AllSpawnsRemoved: '&aYou Have SuccessFully Removed All Of The Spawns!'

#SuccessFully enable world.

SuccessEnableWorld: '&aYou Have SuccessFully Enabled This World!'

#SuccessFully disable world.

SuccessDisableWorld: '&aYou Have SuccessFully Disabled This World!'

#Disable/Enable Messages.

Disable/Enable WorldSpawn Set Message: true

Disable/Enable 1 Spawn Removed Message: true

Disable/Enable Spawn Added Message: true
Pictures:

Currently no pictures!
Coming out soon!


Enabling a world:


Disabling a World:

Setting the world/lobby spawn:

Setting arena spawns:

Setting kits:

Removing Spawns:

Removing Kits:


Gui Photos:

Menu Gui:

Kits Gui:

Shop Gui:

Videos:

How to use:


Out Dated!

Donate:
Please take some time to consider donating :).
It pushes me to keep working and keep this project active.
I've put a ton of hours into this project as it is my first one and would really appreciate it!
Thanks!

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4HZC5R682PWPA

Known Bugs:
- None :)

Todo:
- Give me ideas!

Contact:
Found a bug? Having trouble setting it up? Ideas for the plugin? Contact me!
Skype: godzillasmash
Or...
You could put it in the discussion or pm me.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Supreme Kitpvp is a free Minecraft Java mod. Compatible with Minecraft 1.9. Downloaded 1,821 times (via Spigot). Download it and open it directly in the game.

Explore more