Bunkers | MineHQ

Status
This thread has been locked.

lucasPardita

Feedback score
1
Posts
29
Reactions
6
Resources
0
Description: Hello i am LucasPardita MC-Market. i am in the community about a long time, but now i want to sell my plugin "bunkers".
Before they speak bad things: This was not my idea, MineHQ created this gamemode.
I will sell about 2 copys.
All is configurable, you can edit the text in the lang and a lot more!!
Vouch copy? Only a member who has a good reputation. (1/1)
What is bunkers?
Bunkers is a modality of MineHQ.
The modality consists in:
- 4 teams (blue, red, yellow, Green) in wich the players will buy their ítems from a villager, enchant their armors, etc.
The players will caputre the koth and they need prevent the conquest of other players to win. It have ores regenerator (configurable time) and a lot of more things
(Its difficult to explain if you never play it in MineHQ)
Summarized: A minigame based on 4 teams, with a KoTH event, where the first on win the koth or the last one win the game!
Lang:
Code:
########################################Lang file##################################
#Where every message of the game might be customizable                            #
#Here you will find some variables which are explained in each section            #
#Also you should take in consideretion some of this advice                        #
#Remember messages should be between "" otherwise they will not work              #
#Also messages colors are customizable we recommend to look for them here:        #
# &0    Black                                                                     #                                                                    
# &1    Dark Blue                                                                  #
# &2    Dark Green                                                                  #
# &3    Dark Aqua                                                                  #
# &4    Dark Red                                                                  #
# &5    Dark Purple                                                                  #
# &6    Gold                                                                      #
# &7    Gray                                                                      #
# &8    Dark Gray                                                                  #
# &9    Blue                                                                      #
# &a    Green                                                                      #
# &b    Aqua                                                                      #                                                                    
# &c    Red                                                                          #
# &d    Light Purple                                                              #  
# &e    Yellow                                                                      #
# &f    White                                                                      #
# &k    Obfuscated                                                                  #
# &l    Bold                                                                      #
# &m    Strikethrough                                                              #  
# &n    Underline                                                                  #
# &o    Italic                                                                      #
# &r    Reset                                                                      #
# \n    Extra line                                                                  #
###################################################################################

#Game Tasks
Countdown: "&aThe Game Start In &f%time% &asec."
DeathMatch:
  Starting: "&c&lDeathMatch is Starting!!"
#COMMON PLAYER MESSAGES! (ALL CUSTOMIZABLE!) -->
#Variables
#%hometime% warm up time that the player has to wait before teleported.
#%dtr% team DTR
#%teamname% self explain
NO-PERMISSION: "&4You do not have permission for that."
HOME-WARMUP: "&6Wait for &f%hometime%&c seconds until teleported."
HOME-TELEPORT: "&6You have been teleported."
HOME-WARMUP-CANCEL: "&6Teleport was cancelled due to player movement."
CHAT-SPECTATE: "&4You are not allow to interact in &bSpectator&6 mode."
ENDER-PEARL-RESET:  "&6You can throw a pearl again!."
TEAM-PLAYER-DEATH: "&6You have die, now your team dtr is &f%dtr%."
TEAM-RADIABLE: "&6The team %teamname% is now radiable."
ENTERING-WARZONE: "&eEntering &4Warzone"
LEAVING-WARZONE: "&eLeaving &4Warzone"
ENTERING-RED: "&eEntering &cRed"
LEAVING-RED: "&eLeaving &cRed"
ENTERING-YELLOW: "&eEntering Yellow"
LEAVING-YELLOW: "&eLeaving Yellow"
ENTERING-BLUE: "&eEntering &9Blue"
LEAVING-BLUE: "&eLeaving &9Blue"
ENTERING-GREEN: "&eEntering &aGreen"
LEAVING-GREEN: "&eLeaving &aGreen"
#All koth messages
#Variables
#%kothname% name of the koth
#%time& time to be capped
#%winner% koth capper
KOTH:
  STARTING: "&6[King of The Hill] &6KOTH &f%kothname% &6has started &6with a cap time of &f%time%&6."
  WINNER: "&6[King of The Hill] The Player &f%winner% &6controlled &f%kothname% KoTH&6."
  STOPPED: "&6[King of The Hill] The &fKOTH &d%name% &6has been stopped."
  KNOCK: "&6[King of The Hill] The control of &f%kothname% &6has been lost."
  CAPPING: "&6[King of The Hill] The &6KOTH &f%kothname% &6is trying to be controlled by &fSomeone&6. (&f%time%&6)"
  CAPPING-PLAYER: "&6[King of The Hill] You are Starting Control of &f%kothname% KoTH&6."
Config:
Code:
#Amount of players to start the game
Game-Start: 8

#Cap time KoTH
CapTime: 10

#Home command cooldown (in seconds)
HomeTime: 10

DTR:
  Join: 1.0
  Death: 0.5

Deathmatch: true

Game:
    Start-Koth-in: 5
    Deathmatch: 120
Team:
   Show:
     - "&7&m-------------.[%teamname%&7&m].-----------"
     - "&6DTR&7:&f %teamdtr%"
     - "&6Team Home&7:&f %x%, %y%, %z%"
     - "&6Members&7:&f %members%"
  
Villagers-Name:
   Combat: "&cCombat"
   Enchanter: "&9Enchant"
   Seller: "&aSeller"

#Minerals regeneration time (in seconds)
Minerals:
    Iron: 10
    Gold: 10
    Coal: 10
    Diamond: 10

#Team claim square radius
radius: 20

#Ender pearl cooldows (in seconds)
Enderpearl-Cooldown: 10

#Money threads
#Amount: is the amount of money the player will recive
#Time: is the time (in seconds) between the amount of money is given to the player
Money:
    Amount: 3
    Time: 3

#Scoreboards layouts (Depending in gamestates)
Scoreboard:
  Title: "&b&lBunkers"
  Bars: "&7&m---------------------"
  Lobby:
    - "%bars%"
    - "&6&lGame State&7: &aIn Lobby"
    - "&6&lGame Start in&7: %time%"
    - "%bars%"
  Game:
    - "%bars%"
    - "&6&lGame Time&7: &f%gametime%"
    - "&9&lKoth %kothname%&7:&f %kothtime%"
    - "&e&lTeam&7: %teamname%"
    - "&5&lEnderpearl&7: &f%pearlcooldown%"
    - "&e&lDtr&7:&f %dtr%"
    - "&a&lBalance&7:&f %balance%"
    - "&a&lInmunity&7:&f %imunitytime%"
    - "%bars%"
  DeathMatch:
    - "%bars%"
    - "&6&lState&7: &c&lDeathMatch"
    - "%bars%"
  Spectate:
    - "%bars%"
    - "&7&lYou are a spectator"
    - "&6&lGame Time&7: %gametime%"
    - "%bars%"

Screens/Photos:
Combat Store: https://gyazo.com/6b0d688351b47f871d72b7ab865d8811
Enchant store: http://prntscr.com/et6nv8
Seller: http://prntscr.com/et6opl
Command team: http://prntscr.com/et6n9l
Console: http://prntscr.com/et6ng6
Died dtr: http://prntscr.com/et6no4
Game Start: http://prntscr.com/et6o2d
Help Commands: http://prntscr.com/et6o8e
Help Commands 2: http://prntscr.com/et6og2
Set Villager: http://prntscr.com/et6ow0
Lobby start: http://prntscr.com/et6ppe
Villager: http://prntscr.com/et6pvr
Proof that i made it:
http://prntscr.com/et6tb2
Video? soon.
Skype: [email protected]
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Fle

Top tier Random.
Supreme
Feedback score
11
Posts
1,025
Reactions
425
Resources
0

Stephen

Irrelevant ☕️
Deactivated
Feedback score
8
Posts
2,326
Reactions
1,412
Resources
0
Bunkers was at least 7 months before Corners idiot...

 

Fle

Top tier Random.
Supreme
Feedback score
11
Posts
1,025
Reactions
425
Resources
0

Fle

Top tier Random.
Supreme
Feedback score
11
Posts
1,025
Reactions
425
Resources
0
And how does it feel to work for a server that's owned by people with no hcf experience.
L dickhead
Take that L buddy boiiii
 

Fle

Top tier Random.
Supreme
Feedback score
11
Posts
1,025
Reactions
425
Resources
0
Yes, I helped with on the gamemode "Corners"[DOUBLEPOST=1491690202][/DOUBLEPOST]
Take that L FanBoi.
You're fucking stupid..
Just because you helped with the gamemode corners means nothing.. you were saying corners came before bunkers, when it didn't.
Take an L fatass
 

Fle

Top tier Random.
Supreme
Feedback score
11
Posts
1,025
Reactions
425
Resources
0
Ok, immature kid bet you don't know shit about coding. Sorry I don't want StimpyPvP videos like you.
You're hilarious.
You know nothing about me.
You can't speak proper english.
Leave Mc-M fucking leech.
 
Status
This thread has been locked.
Top