FateHub core is a plugin that makes it easier for players to have a better and more accessible way of entering the server, from choosing server to play, good looks to fun. All in one plugin.
Developed by Activated_/FaceSlap_
Part of BGHDDevelopment
- Anti Break
- Anti Item Movement
- Anti Portal
- Anti Item Drop
- Anti Damage
- Anti Chat
- Anti Hunger
- Join message
- Leave message
- Ender-butt
- Player Visibility
- Lobby Speed
- Gadgets
- Cosmetics
- Chat Format
- World Border
- Spawn location
- Colored Players Name
- Fully customizable join items
- Fully customizable compass inventory
- Launch pads
- Double jump
- Customizable servers
- Built own queue system
- Customizable messages for everything
- Customizable scoreboard
- Customizable Custom Tab
- Armor Cosmetics
- Hearts gadget
- Explosion gadget
- Firework gadget
- Flame gadget
- A lot more..
- {gameTime} - get game time of the uhc server.
- {border} - get border size of the uhc server.
- {alivePlayers} - get size of alive players of the uhc server.
- {isNether} - get information if nether is on or off.
- {teamType} - get team type of the uhc server.
- {autoStart} - get auto start countdown of the uhc server.
- {scenarios} - get enabled scenarios of the uhc server.
They will be able to get lores when game is started, when is in lobby mode, when the auto start is running/not running.
{uhcInfo} will get these lores: (can be changed to your liking)
Code:
UHC-INFO:
WHEN-STARTED:
- '&fGame Time&7: &6{gameTime}'
- '&fBorder&7: &6{border}'
- '&fAlive Players&7: &6{alivePlayers}'
WHILE-LOBBY:
WITH-AUTO-START-COUNTDOWN:
- '&fNether&7: &6{isNether}'
- '&fGameType&7: &6{teamType}'
- '&fBorder Size&7: &6{border}'
- ''
- '&a&oStarting in {autoStart}...'
- ''
- '&fScenarios&7: &6{scenarios}'
WITHOUT-AUTO-START-COUNTDOWN:
- '&fNether&7: &6{isNether}'
- '&fGameType&7: &6{teamType}'
- '&fBorder Size&7: &6{border}'
- ''
- '&fScenarios&7: &6{scenarios}'
- {UM-gameTime} - get game time of the uhcmeetup server.
- {UM-border} - get border size of the uhcmeetup server.
- {UM-startCount} - get the start count of players when game is started
- {UM-alivePlayers} - get size of alive players of the uhcmeetup server.
- {UM-isStarted} - get information if game is started or not.
- {UM-isGenerating} - get information if map is generating or not.
They will be able to get lores when game is started, when map is generating and when the game is in lobby mode.
{umInfo} will get these lores: (can be changed to your liking)
Code:
MEETUP-INFO:
WHEN-STARTED:
- '&fGame Time&7: &6{UM-gameTime}'
- '&fBorder&7: &6{UM-border}'
- '&fAlive Players&7: &6{UM-alivePlayers}'
WHILE-MAP-IS-LOADING:
- '&7World for this meetup'
- '&7is currently loading'
WHILE-WAITING:
- '&fBorder&7: &6{UM-border}'
- ''
- ' &eWaiting for players'
- ' &eClick this item to'
- ' &ejoin uhc meetup'
- ''
- Vault - used to get players rank,prefixes etc.
- LeaveQueue Command - [/leavequeue]
- Queue Command
- Set Queue Limit Command - [/queue setlimit <server> <newlimit>]
[perm = "queue.admin"]
- Pause Queue Command - [/queue pause <server>] [perm = "queue.admin"]
- Gadgets Command - [/gadgets]
- HubCore Command - [/hubcore]
- Reload HubCore Command - [/hubcore reload] [perm = "hubcore.admin]
- Spawn Command - [/spawn]
- Set Spawn Location Command - [/setspawn] [perm = "hub.setspawn"]
Code:
SPAWN-LOCATION: 'world;85.52339537074985;33.0;-648.4751676204587;359.8498;1.3499861'
PREFIX: '&7[&6&lHub&7] '
JOIN-MESSAGE:
ENABLED: true
MESSAGE: '<prefix> &e&l<player> &fhas joined the server.'
TO-PLAYER:
ENABLED: true
MESSAGE:
- '&7&m---------------------------------'
- '&fWelcome &6&l<player> &fto &6&lFateHUB server.'
- ''
- ' &7* &fWebsite: &6www.site-example.com'
- ' &7* &fStore: &6www.store-example.com'
- ' &7* &fTeamspeak: &6ts.ts-example.com'
- ' &7* &fDiscord: &6www.discord-example.com'
- '&7&m---------------------------------'
QUIT-MESSAGE:
ENABLED: true
MESSAGE: '<prefix> &e&l<player> &fhas left the server.'
ALLOW-MOVE-OF-JOIN-ITEMS: false
ALLOW-DROP-OF-JOIN-ITEMS: false
BORDER:
ENABLED: false
MAX-X: 100
MAX-Z: 100
MESSAGE: '<prefix> &cYou must stay within the border.'
CHAT-FORMAT:
ENABLED: true
FORMAT: '{prefix}{player}{suffix}&7: &e{message}'
PLAYER-VISIBILITY:
TURN-ON:
MATERIAL: 'INK_SACK'
DURA: 5
SLOT: 2
NAME: '&3&lPlayer Visibility &7- &cOFF'
LORE:
- '&7Right click me to'
- '&7to show online players'
TURN-OFF:
MATERIAL: 'INK_SACK'
DURA: 10
SLOT: 2
NAME: '&3&lPlayer Visibility &7- &aON'
LORE:
- '&7Right click me to'
- '&7to hide online players'
TELEPORT-BOW:
ENABLED: true
SLOT: 3
ARROW-NAME: '&b&lTeleport arrow'
ARROW-SLOT: 10
ITEM:
NAME: '&6&lTeleport Bow'
LORE:
- '&7Use this bow to teleport'
LOBBY-SPEED:
ENABLED: true
APLIFIER: 2
PLAYER-NAME-COLOR: 'RED'
JOIN-ITEMS:
COMPASS:
MATERIAL: 'WATCH'
DURA: 0
SLOT: 5
NAME: '&6&lServer Selector'
LORE:
- '&7Right click me to'
- '&7see available servers.'
- '&7to join.'
ACTION: 'COMPASS'
COMMAND:
ENABLED: false
EXECUTE: '/putYourCommandHere'
ENDER-BUTT:
MATERIAL: 'ENDER_PEARL'
DURA: 0
SLOT: 1
NAME: '&b&lEnder Butt'
LORE:
- '&7Right click me to'
- '&7fly around the map.'
ACTION: 'ENDERBUTT'
COMMAND:
ENABLED: false
EXECUTE: '/putYourCommandHere'
GADGETS:
MATERIAL: 'ENDER_CHEST'
DURA: 0
SLOT: 9
NAME: '&e&lGadgets'
LORE:
- '&7Right click me to'
- '&7open gadgets menu.'
ACTION: 'GADGETS'
COMMAND:
ENABLED: false
EXECUTE: '/putYourCommandHere'
SPAWN-TELEPORT:
MATERIAL: 'PAPER'
DURA: 0
SLOT: 8
NAME: '&5&lTeleport &7(Spawn)'
LORE:
- '&7Right click me to'
- '&7teleport to spawn location.'
ACTION: ''
COMMAND:
ENABLED: true
EXECUTE: '/spawn'
#If you want to allow players to bypass these booleans give the following permission: fatehub.booleans.bypass
BOOLEANS:
ITEM-MOVE: false
BREAK-BLOCKS: false
PLACE-BLOCKS: false
ITEM-DROP: false
EXPLOSION: false
ITEM-PICKUP: false
DAMAGE: false
SHOW-HELATH-UNDER-PLAYER-NAME: false
CHAT-USE: true
ENDER-BUTT:
ENABLED: true
SOUND: 'LEVEL_UP'
#######################################################################
### ###
### ABOUT LAUNCH PADS ###
### ###
### For type you can use - (GOLD, STONE, IRON) ###
### Make sure to use valid block material and sound ###
### ###
### Q: How to create launch pad? ###
### Place block that is configured (BLOCK-UNDER) ###
### than put Pressure Plate on it. ###
### You need to put configured pressure plate: ###
### GOLD, STONE OR IRON! ###
### ###
########################################################################
LAUNCH-PADS:
ENABLED: true
TYPE: 'GOLD'
SOUND: 'EXPLODE'
BLOCK-UNDER: 'REDSTONE_BLOCK'
VELOCITY:
MULTIPLY: 1.5
VERTICAL: 1.1
DOUBLE-JUMP:
ENABLED: true
SOUND: 'EXPLODE'
SERVERS:
FACTIONS:
BUNGEE-NAME: 'factions'
ADRESS: 'localhost'
PORT: 25569
HCF:
BUNGEE-NAME: 'hcf'
ADRESS: 'localhost'
PORT: 25569
UHC:
BUNGEE-NAME: 'nuhc'
ADRESS: 'localhost'
PORT: 25567
UM1:
BUNGEE-NAME: 'uhcmeetup1'
ADRESS: 'localhost'
PORT: 25567
UM2:
BUNGEE-NAME: 'uhcmeetup2'
ADRESS: 'localhost'
PORT: 25569
COMPASS-INVENTORY:
SIZE: 27
FILL-EMPTY:
ENABLED: true
DURA: 14
MATERIAL: 'STAINED_GLASS_PANE'
NAME: '&emc-server-ip.com'
LORE:
- '&7Thanks for joining!'
TITLE: '&a&lServers'
ITEMS:
FACTIONS:
#THIS NEEDS TO BE SAME AS IN SERVERS LIST ABOVE 'COMPASS-INVENTORY'
SERVER-BUNGEE-NAME: 'factions'
WHEN-ONLINE:
MATERIAL: 'TNT'
DURA: 0
SLOT: 12
NAME: '&c&lFactions'
LORE:
- '&7&m-------------------------------'
- '&fOnline&7: &6{players}'
- '&fIn queue&7: &6{in-queue}/500'
- ''
- ' &eClick this item to join'
- ' &equeue for factions server.'
- '&7&m-------------------------------'
WHEN-OFFLINE:
MATERIAL: 'REDSTONE_BLOCK'
DURA: 0
SLOT: 12
NAME: '&c&lFactions'
LORE:
- '&7&m-------------------------------'
- '&cThis server is currently offline'
- '&cPlease wait until it gets up!'
- '&7&m-------------------------------'
HCF:
#THIS NEEDS TO BE SAME AS IN SERVERS LIST ABOVE 'COMPASS-INVENTORY'
SERVER-BUNGEE-NAME: 'hcf'
WHEN-ONLINE:
MATERIAL: 'ENDER_PEARL'
DURA: 0
SLOT: 16
NAME: '&b&lHCF'
LORE:
- '&7&m-------------------------------'
- '&fOnline&7: &6{players}/500'
- '&fIn queue&7: &6{in-queue}'
- ''
- ' &eClick this item to join'
- ' &equeue for hcf server.'
- '&7&m-------------------------------'
WHEN-OFFLINE:
MATERIAL: 'REDSTONE_BLOCK'
DURA: 0
SLOT: 16
NAME: '&c&lHCF'
LORE:
- '&7&m-------------------------------'
- '&cThis server is currently offline'
- '&cPlease wait until it gets up!'
- '&7&m-------------------------------'
UHC:
#THIS NEEDS TO BE SAME AS IN SERVERS LIST ABOVE 'COMPASS-INVENTORY'
SERVER-BUNGEE-NAME: 'nuhc'
WHEN-ONLINE:
MATERIAL: 'GOLDEN_APPLE'
DURA: 0
SLOT: 14
NAME: '&6&lUHC'
LORE:
- '&7&m-------------------------------'
- '&fOnline&7: &6{players}'
- '&fIn queue&7: &6{in-queue}/500'
- ''
- ' &eClick this item to join'
- ' &equeue for uhc server.'
- ''
- '{uhcInfo}'
- '&7&m-------------------------------'
WHEN-OFFLINE:
MATERIAL: 'REDSTONE_BLOCK'
DURA: 0
SLOT: 14
NAME: '&c&lUHC'
LORE:
- '&7&m-------------------------------'
- '&cThis server is currently offline'
- '&cPlease wait until it gets up!'
- '&7&m-------------------------------'
UM-ONE:
#THIS NEEDS TO BE SAME AS IN SERVERS LIST ABOVE 'COMPASS-INVENTORY'
SERVER-BUNGEE-NAME: 'uhcmeetup1'
WHEN-ONLINE:
MATERIAL: 'APPLE'
DURA: 0
SLOT: 1
NAME: '&6&lUHCMeetup #1'
LORE:
- '&7&m-------------------------------'
- '&fPlayers&7: &6{players}'
- '{umInfo}'
- '&7&m-------------------------------'
WHEN-OFFLINE:
MATERIAL: 'REDSTONE_BLOCK'
DURA: 0
SLOT: 1
NAME: '&c&lUHCMeetup #1'
LORE:
- '&7&m-------------------------------'
- '&cThis server is currently offline'
- '&cPlease wait until it gets up!'
- '&7&m-------------------------------'
UM-TWO:
#THIS NEEDS TO BE SAME AS IN SERVERS LIST ABOVE 'COMPASS-INVENTORY'
SERVER-BUNGEE-NAME: 'uhcmeetup2'
WHEN-ONLINE:
MATERIAL: 'APPLE'
DURA: 0
SLOT: 2
NAME: '&6&lUHCMeetup #2'
LORE:
- '&7&m-------------------------------'
- '&fPlayers7: &6{players}'
- '{umInfo}'
- '&7&m-------------------------------'
WHEN-OFFLINE:
MATERIAL: 'REDSTONE_BLOCK'
DURA: 0
SLOT: 2
NAME: '&c&lUHCMeetup #2'
LORE:
- '&7&m-------------------------------'
- '&cThis server is currently offline'
- '&cPlease wait until it gets up!'
- '&7&m-------------------------------'
#######################################################################
### ###
### ABOUT QUEUES ###
### ###
### Q: How to gain priorities? ###
### A: There are 5 priorities available. You can give player the ###
### following permission to give him priority ###
### Permission example: [queue.priority.5] - player will have ###
### the lowest priority ###
### Permission example: [queue.priority.1] - player will have ###
### the highest priority ###
### You can use: [queue.priority.1,queue.priority.2, ###
### queue.priority.3, queue.priority.4 ###
### queue.priority.5] ###
### Q: How to bypass queue? ###
### A: Give player the following permission: [queue.bypass] ###
### ###
#######################################################################
MESSAGES:
CONNECTING: '<prefix> &aConnecting you to <server>...'
QUEUE:
PAUSED: '<prefix> &eQueue for your server is currently paused. Please wait!'
JOINED: '<prefix> &eYou have joined the queue for &a<server>&e.'
LEFT: '<prefix> &eYou have left the queue for &a<server>&e.'
NOT-IN-QUEUE: '<prefix> &cYou are not in a queue.'
HIGHER-PRIORITY: '<prefix> &eSomeone with higher priority has joined your queue.'
MESSAGE:
- '&7&m----------------------------'
- '&eYou are currently queuing for &a<server>&e.'
- '&fPosition: &e#<pos>'
- '&fIn queue: &e<inQueue>'
- ''
- '&e&oIf you want to skip queue, purchase a rank at:'
- '&e&oshop.example.com'
- '&7&m----------------------------'
GADGETS:
ACTIVATED: '<prefix> &eYou have successfully activated <gadget> &egadget.'
REMOVED: '<prefix> &eYou have successfully removed your &aactive &egadget.'
REMOVE-ERROR: '<prefix> &cYou don''t have any active gadget to remove.'
NO-PERMISSION: '<prefix> &cYou don''t have permission to use this gadget. &ePurchase one at: &cwww.store-example.com&e.'
PLAYER-VISIBILITY:
TURNED-ON: '<prefix> &eYou are now hiding all online players.'
TURNED-OFF: '<prefix> &eYou are now showing all online players.'
COOLDOWN: '&cYou can''t use player visibility for another <seconds> seconds.'
SCOREBOARD:
TITLE: '&6&lFate HUB'
LINES:
WITHOUT-QUEUE:
- '&7&m-----------------------------'
- '&fOnline players&7:'
- '&6<online> player(s)'
- ''
- '&fRank&7:'
- '&6<rank>'
- ''
- '&e&owww.yourserver-ip.com'
- '&7&m-----------------------------'
WITH-QUEUE:
- '&7&m-----------------------------'
- '&fOnline players&7:'
- '&6<online> player(s)'
- ''
- '&fRank&7:'
- '&6<rank>'
- ''
- '&fQueuing &f[&6<server>&f]'
- '&fPos: &6#<pos>&7/&6<queue-max>'
- ''
- '&e&owww.yourserver-ip.com'
- '&7&m-----------------------------'
#You can add as many group as you want, just stack them down
ARMOR-SUIT-UP:
HELMET: false
CHESTPLATE: true
LEGGINGS: true
BOOTS: true
ARMOR-COSMETIC:
OWNER:
PERMISSION: 'hub.op'
OP: true
CONTENTS:
HELMET:
COLOR: 'MAROON'
NAME: '&4&l<rank>'
LORE:
- '&7You are an operator'
- '&7Your current rank is &4&l<rank>'
CHESTPLATE:
COLOR: 'MAROON'
NAME: '&4&l<rank>'
LORE:
- '&7You are an operator'
- '&7Your current rank is &4&l<rank>'
LEGGINGS:
COLOR: 'MAROON'
NAME: '&4&l<rank>'
LORE:
- '&7You are an operator'
- '&7Your current rank is &4&l<rank>'
BOOTS:
COLOR: 'MAROON'
NAME: '&4&l<rank>'
LORE:
- '&7You are an operator'
- '&7Your current rank is &4&l<rank>'
STAFF:
PERMISSION: 'hub.staff'
OP: false
CONTENTS:
HELMET:
COLOR: 'BLUE'
NAME: '&b&l<rank>'
LORE:
- '&7You are a staff member'
- '&7Your current rank is &b&l<rank>'
CHESTPLATE:
COLOR: 'BLUE'
NAME: '&b&l<rank>'
LORE:
- '&7You are a staff member'
- '&7Your current rank is &b&l<rank>'
LEGGINGS:
COLOR: 'BLUE'
NAME: '&b&l<rank>'
LORE:
- '&7You are a staff member'
- '&7Your current rank is &b&l<rank>'
BOOTS:
COLOR: 'BLUE'
NAME: '&b&l<rank>'
LORE:
- '&7You are a staff member'
- '&7Your current rank is &b&l<rank>'
#######################################################################
### ###
### ABOUT GADGETS ###
### ###
### You can make as many gadgets as you want ###
### Make sure to use valid material and effect type ###
### ###
### You can find particles list here: ###
### https://hastebin.com/evuwisodev.nginx ###
### ###
########################################################################
GADGETS-INVENTORY:
SIZE: 45
TITLE: '&b&lGadgets'
FILL-EMPTY:
ENABLED: true
DURA: 14
MATERIAL: 'STAINED_GLASS_PANE'
NAME: '&6&lGadgets'
LORE:
- '&ePurchase gadgets at: &cwww.store-example.com'
ITEMS:
HEARTS:
SLOT: 11
DURA: 0
PERMISSION: 'hub.gadgets.hearts'
MATERIAL: 'REDSTONE'
NAME: '&c&lHearts'
EFFECT: 'HEART'
EFFECT-DATA: 5
LORE:
WITH-PERMISSION:
- '&7&m---------------------------'
- '&eCurrent active gadget: &c<gadget>'
- ''
- ' &7Click this to apply'
- ' &7this gadget for you.'
- '&7&m---------------------------'
WITHOUT-PERMISSION:
- '&7&m---------------------------'
- '&cYou don''t have'
- '&cpermission for this gadget.'
- ''
- '&ePurchase one at: &cwww.store-example.com'
- '&7&m---------------------------'
EXPLOSION:
SLOT: 15
DURA: 0
PERMISSION: 'hub.gadgets.explosion'
MATERIAL: 'TNT'
NAME: '&5&lExplosions'
EFFECT: 'EXPLOSION'
EFFECT-DATA: 5
LORE:
WITH-PERMISSION:
- '&7&m---------------------------'
- '&eCurrent active gadget: &c<gadget>'
- ''
- ' &7Click this to apply'
- ' &7this gadget for you.'
- '&7&m---------------------------'
WITHOUT-PERMISSION:
- '&7&m---------------------------'
- '&cYou don''t have'
- '&cpermission for this gadget.'
- ''
- '&ePurchase one at: &cwww.store-example.com'
- '&7&m---------------------------'
FLAME:
SLOT: 29
DURA: 0
PERMISSION: 'hub.gadgets.flame'
MATERIAL: 'FIRE'
NAME: '&6&lFlame'
EFFECT: 'FLAME'
EFFECT-DATA: 10
LORE:
WITH-PERMISSION:
- '&7&m---------------------------'
- '&eCurrent active gadget: &c<gadget>'
- ''
- ' &7Click this to apply'
- ' &7this gadget for you.'
- '&7&m---------------------------'
WITHOUT-PERMISSION:
- '&7&m---------------------------'
- '&cYou don''t have'
- '&cpermission for this gadget.'
- ''
- '&ePurchase one at: &cwww.store-example.com'
- '&7&m---------------------------'
FIREWORK:
SLOT: 33
DURA: 0
PERMISSION: 'hub.gadgets.firework'
MATERIAL: 'FIREWORK'
NAME: '&9&lFirework'
EFFECT: 'FIREWORKS_SPARK'
EFFECT-DATA: 5
LORE:
WITH-PERMISSION:
- '&7&m---------------------------'
- '&eCurrent active gadget: &c<gadget>'
- ''
- ' &7Click this to apply'
- ' &7this gadget for you.'
- '&7&m---------------------------'
WITHOUT-PERMISSION:
- '&7&m---------------------------'
- '&cYou don''t have'
- '&cpermission for this gadget.'
- ''
- '&ePurchase one at: &cwww.store-example.com'
- '&7&m---------------------------'
###############################################################################################################
### ###
### UHC & MEETUP CONFIGURATION ###
### ###
### All configuration bellow is for FateUHC and FateMeetup buyers ###
### ###
###############################################################################################################
MONGODB:
ENABLED: false
ADDRESS: ''
PORT: 25565
DATABASE: ''
AUTHENTICATION:
ENABLED: true
USERNAME: ''
PASSWORD: ''
DATABASE: ''
UHC-INFO:
WHEN-STARTED:
- '&fGame Time&7: &6{gameTime}'
- '&fBorder&7: &6{border}'
- '&fAlive Players&7: &6{alivePlayers}'
WHILE-LOBBY:
WITH-AUTO-START-COUNTDOWN:
- '&fNether&7: &6{isNether}'
- '&fGameType&7: &6{teamType}'
- '&fBorder Size&7: &6{border}'
- ''
- '&a&oStarting in {autoStart}...'
- ''
- '&fScenarios&7: &6{scenarios}'
WITHOUT-AUTO-START-COUNTDOWN:
- '&fNether&7: &6{isNether}'
- '&fGameType&7: &6{teamType}'
- '&fBorder Size&7: &6{border}'
- ''
- '&fScenarios&7: &6{scenarios}'
MEETUP-INFO:
WHEN-STARTED:
- '&fGame Time&7: &6{UM-gameTime}'
- '&fBorder&7: &6{UM-border}'
- '&fAlive Players&7: &6{UM-alivePlayers}'
WHILE-MAP-IS-LOADING:
- '&7World for this meetup'
- '&7is currently loading'
WHILE-WAITING:
- '&fBorder&7: &6{UM-border}'
- ''
- ' &eWaiting for players'
- ' &eClick this item to'
- ' &ejoin uhc meetup'
- ''
Code:
LEFT:
1: ''
2: ''
3: ''
4: ''
5: '&6&lYou&7: &f{player}'
6: '&6&lRank&7: &f{rank}'
7: ''
8: ''
9: ''
10: '&6&lUHC-01'
11: '&fStatus&7: {status:nuhc}'
12: '&fOnline&7: &6{online:nuhc}'
13: ''
14: '&6&lServer #4'
15: '&fStatus&7: &cOffline'
16: '&fOnline&7: &60'
17: ''
18: ''
19: ''
20: '&ewww.server-ip.com'
MIDDLE:
1: ' &6&lFate &7| &fHub'
2: ''
3: ''
4: ''
5: ''
6: ''
7: ''
8: ' &6&lServers'
9: ''
10: '&6&lFactions'
11: '&fStatus&7: {status:factions}'
12: '&fOnline&7: &6{online:factions}'
13: ''
14: '&6&lServer #5'
15: '&fStatus&7: &cOffline'
16: '&fOnline&7: &60'
17: ''
18: ''
19: ''
20: '&ewww.server-ip.com'
RIGHT:
1: ''
2: ''
3: ''
4: ''
5: '&6&lOnline&7: &f{online}/1000'
6: '&6&lQueued&7: &f{in-queues}'
7: ''
8: ''
9: ''
10: '&6&lHCF'
11: '&fStatus&7: {status:hcf}'
12: '&fOnline&7: &6{online:hcf}'
13: ''
14: '&6&lServer #6'
15: '&fStatus&7: &cOffline'
16: '&fOnline&7: &60'
17: ''
18: ''
19: ''
20: '&ewww.server-ip.com'
#This is for 1.8 users only!
FAR-RIGHT:
1: ''
2: ''
3: ''
4: ''
5: ''
6: ''
7: ''
8: '&eUse 1.7 for a'
9: '&ebetter gaming'
10: '&eexperience!'
11: ''
12: ''
13: ''
14: ''
15: ''
16: ''
17: ''
18: ''
19: ''
20: ''
FOOTER: '&b&lYou are playing on a Fate HUB server!'
HEADER: '&b&lYou are playing on a Fate HUB server!'
- You can join and test this hub core plugin at: test.bghddevelopment.com
- Also this test server will be used for most of the BGHDDevelopment plugins.
- All support for this plugin will be given on our discord server: [click to join]
- Also join Activated's service discord to support his own plugins: [click to join]
- These are some basic images, join test server to see more!
Last edited:
