HomeJavaMods♛ ThePIT ➳ Minigame plugin ♛ [1.9 -> 1.10]
♛ ThePIT ➳ Minigame plugin ♛ [1.9 -> 1.10]
ModsJava

♛ ThePIT ➳ Minigame plugin ♛ [1.9 -> 1.10]

⬇ Download on Spigot
[​IMG]
[​IMG]
☞ 1.9 | 1.9.2 | 1.8 | 1.8.8 | |1.8.3 | 1.12 | 1.12 | 1.10
☞ Works only with Java 8
[​IMG]
Note: this is a beta version, if you have a problem or a question about the Plugin, message me first before leaving a review! ✩✩✩✩✩
[​IMG]
[​IMG]
[​IMG]
[​IMG]
Spoiler: Show screens.
Soreboard
you can configure scoreboard from configuration file.

[​IMG]
Chat fromat
[​IMG]
ActionBar health
[​IMG]
Level UP
[​IMG]

more screenshoots soon!
[​IMG]
[​IMG]

Example configuration:
Spoiler: config.yml
Code (Text):
############################################################
# +------------------------------------------------------+ #
# |            ThePIT v0.7 - Configuration file          | #
# |                    by ImErkal_                       | #
# +------------------------------------------------------+ #
############################################################

# DO NOT REMOVE ''
# Color codes: http://minecraftcolorcodes.com/
# Thanks for using my plugin, if you need help send me PM on spigot or
# join my discord server: https://discordapp.com/invite/JVjdtfZ

############################################################
# +------------------------------------------------------+ #
# |                      Settings                          | #
# +------------------------------------------------------+ #
############################################################
Prefix: '&bThePIT &3>> &r'
Chat-Enable: true
Launchpad-Enable: true
Title-Enable: true
ActionBar-Enable: true
Date-Format: dd/MM/yyyy
Scoreboard-update-ticks: 30
#MySQL or file
storage-type: file
MySQL:
  Enable: false
  host: localhost
  port: 3306
  username: user
  database: db
  password: pw
Per-Kill-Gold: 10
Per-Kill-XP: 15
Disable-Weather: true
Disable-Hunger-Lost: true
Remove-Arrow: true
Disable-Fall-Damage: true
DisableEntityExplode: true
DisableCreatureSpawnEvent: true
worlds:
- world
Regeneration:
  seconds: 4
  amplifier: 1

############################################################
# +------------------------------------------------------+ #
# |                      Messages                          | #
# +------------------------------------------------------+ #
############################################################
NoPerms: '&cYou do not have permission to execute this command.'
Only-Players: '&cOnly players can execute this command.'
Plugin-Reloaded: '&aPlugin has been reloaded succesfully!'
Spawn-Set: '&aThe spawn has been set.'
Waiting-For-Spawn: '&fSpawn point has not yet set! Type &b/thepit setspawn &fto set spawn.'
Help-Command-Header:
  reload: '&bClick to reload plugin.'
  setspawn: '&bClick to set spawn.'
  shop: '&bClick to open shop.'
  stats: '&bView your stats.'
  addgold: '&bAdd gold to player account''s'
  setgold: '&bSet a player''s gold.'
  kit: '&bManage default kit.'
Player-Status:
  fighting: '&cFighting'
  idling: '&aIdling'
Unknown-Command: '&fThe command doesn''t exists.'
Shop-Name: '&eThePIT &cShop'
Chat-Format: '&7[&a{level}&7] &r{name} &3>> &r{message}'
NameTag-Format: '&7[&a{level}&7] &r{name}'
Gold-Receive: '&a&lKILL! &7on &c{killed} &b&l+{xp} &6&l+{gold}'
Player-Kill-Message: '&a{killer} &fwas killed &e{killed} &ffor &6{gold} gold!'
Death-Message: '&e{player} &fhas dead.'
Cant-See-Stats: '&cYou can''t see your stats, because MySQL is not connected!'
Steak-Message: '&c&lSTEAK! of &c{streak} &7kills by {player}'
Player-Not-Online: '&c{player} not online!'
Added-Gold: '&fYou received &6{gold} gold'
Added-Gold-To-Player: '&fYou received &6{gold} gold &fby &a{player}'
Cannot-Add-Gold: '&cYou can''t add gold! Because MySQL is disabled!'
Set-Gold-Message: '&fYou have set the player''s gold at &6{gold}'
Set-Gold-Message-Yourself: '&fYou have set your gold at &6{gold}'
Cannot-Set-Gold: 'You can''t set gold, because MySQL is not connected!'
Void-Kick-Message: '{prefix} You were kicked out because the spawn did not exist'
Remove-Gold-Message-Yourself: '&fYou have removed &6{gold} &ffrom your account.'
Remove-Gold-Message: '&fYou have removed &6{gold} &ffrom {player} account.'
Cannot-Remove-Gold: 'You can''t remove gold, because MySQL is not connected!'
Set-Kit-Message: '&aYou has set kit successfully!'
Title:
  player-death:
    title: '&c&lYOU DEAD!'
    fadeIn: 0
    stay: 20
    fadeOut: 20
  level-up:
    title: '&b&lLEVEL UP!'
    subtitle: '&7[&6{old_level}&7] &7[->] &7[&6{new_level}&7]'
    fadeIn: 20
    stay: 40
    fadeOut: 20
  no-enough-gold:
    title: '&c&lNot enough gold!'
    fadeIn: 20
    stay: 40
    fadeOut: 20
  purchased-succesfully:
    title: '&a&lPurchased succesfully this item!'
    fadeIn: 20
    stay: 40
    fadeOut: 20
Actionbar:
  kill-player: '&7{killed} &a&lKILL!'
Stats-Format:
- '&3________&r {prefix}&fYour stats &3________'
- '&b{point} &fKills: &b{kills}'
- '&b{point} &fDeaths: &b{deaths}'
- '&b{point} &fGold: &b{gold}'
- '&3&m------------------------------------'
Scoreboard:
  title: '&e&lThe PIT &b&lv0.7'
  lines:
  - "&7{date}"
  - "&r"
  - "&fLevel: &a{level}"
  - "&fNeeded XP: &b{need_xp}"
  - ""
  - "&fGold: &6{gold}"
  - "&r"
  - "&fStatus: {status}"
  - "&r"
  - "&ewww.spigotmc.org"

Example default kit:
Spoiler: default-kit.yml
Code (Text):
default-kit:
  content:
  - ==: org.bukkit.inventory.ItemStack
    type: IRON_SWORD
  - ==: org.bukkit.inventory.ItemStack
    type: BOW
  - null
  - null
  - null
  - null
  - null
  - null
  - ==: org.bukkit.inventory.ItemStack
    type: ARROW
    amount: 32
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  - null
  armor:
  - ==: org.bukkit.inventory.ItemStack
    type: CHAINMAIL_BOOTS
  - ==: org.bukkit.inventory.ItemStack
    type: CHAINMAIL_LEGGINGS
  - ==: org.bukkit.inventory.ItemStack
    type: IRON_CHESTPLATE
  - ==: org.bukkit.inventory.ItemStack
    type: AIR
    damage: -1
    amount: 0

Sever using my plugin:
- luckyvn.com
[​IMG]
[​IMG]
  1. Stop server.
  2. Drag and drop the plugins into your "plugins" folder.
  3. Start server.
  4. Connect the plugin at MySQL.
  5. Reload server and enjoy!
[​IMG]

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.

♛ ThePIT ➳ Minigame plugin ♛ [1.9 -> 1.10] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 4,260 times (via Spigot). Download it and open it directly in the game.

Explore more