⭐HubCore⭐ (✨nHub - Tab, Submenus, Scoreboard, ...✨)

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Resource Page:
https://www.mc-market.org/resources/13951/

About:
nHub is a cheap hubcore made for server working with Bungeecord.
The plugin works on 1.7.10 - 1.15.2. This plugin is based on the hub of HCF servers.

Requirements:
  • Bungeecord is required for this plugin.
  • Vault is optional for the {Rank} placeholder.
  • AquaCore is optional for the {Rank} placeholder.
  • Chronium is optional for the {Rank} placeholder.
(!) This plugin is made without any dependencies, no other plugins are required.

Pricing:
• JAR (1x copy) - €10,-
• SOURCE (1x copy - 1x src) - €...,-
(!) PM me on discord or on here if you are interested in the source!

Features:
• Toggle block break & place.
• Toggle item drop & pickup.
• Toggle inventory move.
• Toggle player damage.
• Toggle player hunger.
• Toggle mob spawning.
• Toggle double jump feature.
• Toggle void teleport.
• Toggle rain & thunder.
• Toggle always day.
• Toggle spawn location on join.
• Toggle join & quit messages.
• Change join & quit messages.
• Toggle & change player MOTD.
• Chat lock (customizable bypass perm & lock message).
• Toggle & change chat format. (*1)
• Join items (Player visibility, Compass, Enderbutt).
• Customizable selector. (*2)
• Customizable submenus. (*2)
• Playercount per server.
• Scoreboard with placeholders. (*3)
• Tablist with placeholders. (used TabAPI) (*4)
• Queue system (*5)
• Customizable queue priorities.
(!) The (*) is for the placeholders listed.

Media:
Tablist (only 1.7.10):
CPCx80J.png

Scoreboard:
UZ8LvdU.png
Scoreboard while in queue:
f0lhD0Y.png

Scoreboard with rank color support:
wDtE5jQ.png

Queue messages:
n33uUPS.png

Server selector:
jaMmFzL.png

Submenu:
SAFwMD2.png

Welcome MOTD:
LPf67Rb.png

List command:
oUlzfO0.png

Placeholders:
{Prefix} - Get the player his rank prefix. (*1)
{Player} - Get the online players of your bungeecord. (*1,2,3,4,5)
{Message} - Get the online players of your bungeecord. (*1)
{Online} - Get the online players of your bungeecord. (*2,3,4,5)
{Rank} - Get the rank of the player. (Vault required) (*2,3,4,5)
{Rank_Color} - Get the color of rank of the player. (Vault required) (*2,3,4,5)
{Playercount_{Server}} - Get the online players of the server. (*2,3,4,5)
{If<queue_enabled>} - Will only show the line when player is in queue. (*5)
{queue_name} - Get the queue of the player. (*3,5)
{queue_position} - Get the queue position of the player. (*3,5)
{queue_max} - Get max players in the queue. (*3,5)
(!) If the playercount server is not found it will be listed as offline!

Config:
Code:
#     _    _                ____
#    / \  | |__  _ __ ___  / ___|___  _ __ ___
#   / _ \ | '_ \| '__/ _ \| |   / _ \| '__/ _ \
#  / ___ \| |_) | | | (_) | |__| (_) | | |  __/
# /_/   \_\_.__/|_|  \___/ \____\___/|_|  \___|
#

BREAK_BLOCKS: false
PLACE_BLOCKS: false
ITEM_DROP: false
ITEM_PICKUP: false
INVENTORY_MOVE: false
NO_DAMAGE: true
NO_HUNGER: true
MOB_SPAWNING: false
DOUBLE_JUMP: true
VOID_TELEPORT: true
NO_RAIN: true
ALWAYS_DAY: true
JOIN_SPAWN_LOCATION: true
LIST_COMMAND: true
SPAWN_LOCATION: world,0,70,0,90,0
SERVER_OFFLINE: "&cOffline&7"
TABLIST: false
RANK_PLUGIN: "Vault"

JOIN_MESSAGE:
  ENABLED: true
  MESSAGE: "&8[&a+&8] &a{Player}"

QUIT_MESSAGE:
  ENABLED: true
  MESSAGE: "&8[&c-&8] &c{Player}"

PLAYER_MOTD:
  ENABLED: true
  MESSAGE:
    - "&7&m----------------------"
    - "&7Welcome &e{Player}&7!"
    - ""
    - " &7Forums: &6forums.nhub.com"
    - " &7Discord: &6discord.nhub.com"
    - " &7TeamSpeak: &6ts.nhub.com"
    - "&7&m----------------------"

PLAYER_CHAT:
  LOCKED: true
  BYPASS_PERM: "nhub.chat"
  LOCKED_MESSAGE: "&cYou are not allowed to talk in hub!"
  FORMAT: false
  FORMAT_MESSAGE: "&7{Player}&8: &7{Message}"

SCOREBOARD_TITLE: "&6nHub &7(Hub)"
SCOREBOARD:
  - "&7&m-----------------"
  - "&e&lRank"
  - "{Rank}"
  - " "
  - "&e&lOnline"
  - "{Online}"
  - " {If<queue_enabled>}"
  - "&e&lQueue:{If<queue_enabled>}"
  - "&f{queue_position}/{queue_max}{If<queue_enabled>}"
  - "&7&m-----------------"

QUEUE_PRIORITY:
  1:
    PERMISSION: "Queue.One"
  2:
    PERMISSION: "Queue.Two"
  3:
    PERMISSION: "Queue.Three"
QUEUE_UPDATER_TIME: 15
QUEUE_UPDATER:
  - " "
  - "&eYou are position &a#{queue_position} &ein the &6&l{queue_name} &equeue."
  - "&7Buy a rank to get a higer queue priority!"
  - " "
QUEUE_LEAVE: "&cLeft the queue for {queue_name}."
QUEUE_RUNNER: 1
QUEUE_JOINS: 2
Code:
INVENTORY:
  COMPASS:
    SLOT: 4
    MATERIAL: COMPASS
    ID: 0
    NAME: "&eTravel"
    LORE:
      - "&7(Right Click) Open game traveler"
  ENDERBUTT:
    SLOT: 8
    MATERIAL: ENDER_PEARL
    ID: 0
    NAME: "&eEnderbutt"
    LORE:
      - "&7(Right Click) Fly on the enderpearl"
  PLAYER_HIDER:
    ENABLED: true
    HIDE_MESSAGE: "&ePlayers are hidden for you!"
    SHOW_MESSAGE: "&ePlayers are visible for you!"
    HIDED:
      SLOT: 0
      MATERIAL: INK_SACK
      ID: 10
      NAME: "&eShow players"
      LORE:
        - "&7(Right Click) Show all players"
    SHOWN:
      SLOT: 0
      MATERIAL: INK_SACK
      ID: 8
      NAME: "&eHide players"
      LORE:
        - "&7(Right Click) Hide all players"
Code:
# Server Selector
SELECTOR:
  GUI_NAME: "Server Selector"
  GUI_SLOTS: 27
  GLASS: true
  GUI_ITEMS:
    HCF:
      NAME: "&cHCF"
      LORE:
        - "&7&m----------------------"
        - "&eHCF Servers &7(Right Click)"
        - "&7&m----------------------"
      SLOT: 10
      MATERIAL: DIAMOND_SWORD
      TRAVEL: "SubMenu:HCF"
    Kitmap:
      NAME: "&cKitmap"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Kitmap}/750)"
        - "&7&m---------------"
      SLOT: 12
      MATERIAL: IRON_SWORD
      TRAVEL: "Queue:Kitmap"
    Practice:
      NAME: "&cPractice"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Practice}/750)"
        - "&7&m---------------"
      SLOT: 14
      MATERIAL: GOLD_SWORD
      TRAVEL: "Queue:Practice"
    Bunkers:
      NAME: "&cBunkers"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Bunkers}/750)"
        - "&7&m---------------"
      SLOT: 16
      MATERIAL: ENDER_CHEST
      TRAVEL: "Queue:Bunkers"
# Submenus from the selector
SUBMENU:
  HCF:
    GUI_NAME: "HCF"
    GUI_SLOTS: 27
    GLASS: true
    GUI_ITEMS:
      Duo:
        NAME: "&cHCF &7(Duo)"
        LORE:
          - "&7&m---------------"
          - "&ePlayers: &7({playercount_Duo}/750)"
          - "&7&m---------------"
        SLOT: 11
        MATERIAL: DIAMOND_SWORD
        TRAVEL: "Queue:Duo"
      Mini:
        NAME: "&cHCF &7(Mini)"
        LORE:
          - "&7&m---------------"
          - "&ePlayers: &7({playercount_Mini}/750)"
          - "&7&m---------------"
        SLOT: 15
        MATERIAL: IRON_SWORD
        TRAVEL: "Queue:Mini"
      List:
        NAME: "&cHCF Servers"
        LORE:
          - "&7&m---------------"
          - "&eDuo: &72 man"
          - "&eMini: &75 man"
          - "&7&m---------------"
        SLOT: 13
        MATERIAL: PAPER
        TRAVEL: "Info"
Code:
TABLIST:
  1: ""
  2: ""
  3: ""
  4: "&e&lStore"
  5: "&7store.nhub.com"
  6: ""
  7: ""
  8: ""
  9: ""
  10: "&eBunkers: &7{playercount_Bunkers}"
  11: ""
  12: ""
  13: ""
  14: ""
  15: ""
  16: ""
  17: ""
  18: ""
  19: ""
  20: ""
  21: "&6&lnHub"
  22: "&eOnline: &7{Online}"
  23: ""
  24: "&e&lRank"
  25: "&7{Rank}"
  26: ""
  27: "&e&lWebsite"
  28: "&7nhub.net"
  29: ""
  30: "&eDuo: &7{playercount_Duo}"
  31: "&eMini: &7{playercount_Mini}"
  32: "&eKitMap: &7{playercount_Kitmap}"
  33: ""
  34: ""
  35: ""
  36: ""
  37: "&e&lTwitter"
  38: "&7@nHub"
  39: ""
  40: ""
  41: ""
  42: ""
  43: ""
  44: "&e&lTeamSpeak"
  45: "&7ts.nhub.net"
  46: ""
  47: ""
  48: ""
  49: ""
  50: "&ePractice: &7{playercount_Practice}"
  51: ""
  52: ""
  53: ""
  54: ""
  55: ""
  56: ""
  57: ""
  58: ""
  59: ""
  60: ""
  61: ""
  62: ""
  63: ""
  64: ""
  65: ""
  66: ""
  67: ""
  68: ""
  69: "&7Play on &c1.7.10"
  70: "&7for better"
  71: "&7experience!"
  72: ""
  73: ""
  74: ""
  75: ""
  76: ""
  77: ""
  78: ""
  79: ""
  80: ""
Code:
OWNER: "&4"
MANAGER: "&c"
MOD: "&3"
TRAINEE: "&e"
DEFAULT: "&7"

Commands - Permissions:
/list - (None)
/leavequeue - (None)
/queue pause - (nhub.pause)
/queue unpause- (nhub.unpause)
/queue settime- (nhub.settime)
/queue setplayers - (nhub.setplayers)
/nhub reload - (nhub.reload)
/buildmode - (nhub.buildmode)

Proof of Ownership:
wfr6Eo5.png

Setup:
• Import the jar file in your server plugins folder.
• Run your server.
• Plugin works :)

Contact:
Discord: bennisthemenace1
 
Type
Offering
Exclusivity
  1. Non-exclusive
Server software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.7
  2. 1.8
  3. 1.9
  4. 1.10
  5. 1.11
  6. 1.12
  7. 1.13
  8. 1.14
  9. 1.15
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

ElectricR

Feedback score
0
Posts
10
Reactions
1
Resources
0
What do these commands do exactly?
/pausequeue - (abrocore.pause)
/unpausequeue - (abrocore.unpause)
 

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
What do these commands do exactly?
/pausequeue - (abrocore.pause)
/unpausequeue - (abrocore.unpause)
Thanks for your question! The answer is simple.
Most HCF/practice related servers are using a Queue system, which mean u will be in a queue before joining the server you chose.
But whenever your server is in maintenance you can pause the queue so everyone is able to wait in the queue.
Whenever you unpause it, everyone will be automatically join the server they chose.
So the point of this feature is they are able to be afk in a queue until the server will be released.

I hope this is the answer you have been looking for. :)
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

Nerm

Deactivated
Feedback score
21
Posts
851
Reactions
714
Resources
0
About:
AbraCore is a cheap hubcore made for server working with Bungeecord.
The plugin works on 1.7.10 - 1.8.8. This plugin is based on the hub of HCF servers.
(!) This plugin is still in the beta stage, so if you found any bugs report them.
(!) All the good suggestions will be listed and 'some of them' will be rewarded!
Requirements:
- Bungeecord is required for this plugin.
- Vault is optional for the {Rank} placeholder.
(!) This plugin is made without any dependencies, no other plugins are required.

Features:

• Toggle block break & place.
• Toggle item drop & pickup.
• Toggle inventory move.
• Toggle player damage.
• Toggle player hunger.
• Toggle mob spawning.
• Toggle double jump feature.
• Toggle void teleport.
• Toggle rain & thunder.
• Toggle always day.
• Toggle spawn location on join.
• Toggle join & quit messages.
• Change join & quit messages.
• Toggle & change player MOTD.
• Chat lock (customizable bypass perm & lock message).
• Toggle & change chat format.
• Join items (Player visibility, Compass, Enderbutt).
• Customizable selector.
• Customizable submenus.
• Playercount per server.
• Scoreboard with placeholders. (*1)
• Tablist with placeholders. (used TabAPI) (*2)
• Queue system (*3)
• Customizable queue priorities.
(!) The (*) is for the placeholders listed.

Placeholders:
{Online} - Get the online players of your bungeecord. (*1,2,3)
{Rank} - Get the rank of the player. (Vault required) (*1,2,3)
{Playercount_{Server}} - Get the online players of the server. (*1,2,3)
{If<queue_enabled>} - Will only show the line when player is in queue. (*2)
{queue_name} - Get the queue of the player. (*2,3)
{queue_position} - Get the queue position of the player. (*2,3)
{queue_max} - Get max players in the queue. (*2,3)

Config:
Code:
#     _    _                ____
#    / \  | |__  _ __ ___  / ___|___  _ __ ___
#   / _ \ | '_ \| '__/ _ \| |   / _ \| '__/ _ \
#  / ___ \| |_) | | | (_) | |__| (_) | | |  __/
# /_/   \_\_.__/|_|  \___/ \____\___/|_|  \___|
#

# License system
LICENSE:
  KEY: "KEY"

# Break blocks.
BREAK_BLOCKS: false
# Place blocks.
PLACE_BLOCKS: false
# Drop items.
ITEM_DROP: false
# Pickup items.
ITEM_PICKUP: false
# Move items in your inventory.
INVENTORY_MOVE: false
# Not able to get damaged.
NO_DAMAGE: true
# Not able to get hunger.
NO_HUNGER: true
# Disable mobs from spawning.
MOB_SPAWNING: true
# Double jump when double tab the space button.
DOUBLE_JUMP: true
# Teleport to spawn when Y is less than 0.
VOID_TELEPORT: true
# Disable rain on the server
NO_RAIN: true
# Make it always day on the server.
ALWAYS_DAY: true
# Teleport to spawn on join.
JOIN_SPAWN_LOCATION: true
# Location of the spawn
SPAWN_LOCATION: world,0,70,0,90,0
# Message broadcasted on join.
JOIN_MESSAGE:
  ENABLED: true
  MESSAGE: "&8[&a+&8] &a{Player}"
# Message broadcasted on quit.
QUIT_MESSAGE:
  ENABLED: true
  MESSAGE: "&8[&c-&8] &c{Player}"
# Message sended to player on join.
PLAYER_MOTD:
  ENABLED: true
  MESSAGE:
    - "&7&m----------------------"
    - "&7Welcome &e{Player}&7!"
    - ""
    - " &7Forums: &6forums.abra.com"
    - " &7Discord: &6discord.abra.com"
    - " &7TeamSpeak: &6ts.abra.com"
    - "&7&m----------------------"
# Chat lock & format.
PLAYER_CHAT:
  LOCKED: true
  BYPASS_PERM: "abro.chat"
  LOCKED_MESSAGE: "&cYou are not allowed to talk in hub!"
  FORMAT: false
  FORMAT_MESSAGE: "&7{Player}&8: &7{Message}"
# Join Items
INVENTORY:
  COMPASS:
    SLOT: 4
    MATERIAL: COMPASS
    ID: 0
    NAME: "&eTravel"
    LORE:
      - "&7(Right Click) Open game traveler"
  ENDERBUTT:
    SLOT: 8
    MATERIAL: ENDER_PEARL
    ID: 0
    NAME: "&eEnderbutt"
    LORE:
      - "&7(Right Click) Fly on the enderpearl"
  PLAYER_HIDER:
    ENABLED: true
    HIDE_MESSAGE: "&ePlayers are hidden for you!"
    SHOW_MESSAGE: "&ePlayers are visible for you!"
    HIDED:
      SLOT: 0
      MATERIAL: INK_SACK
      ID: 10
      NAME: "&eShow players"
      LORE:
        - "&7(Right Click) Show all players"
    SHOWN:
      SLOT: 0
      MATERIAL: INK_SACK
      ID: 8
      NAME: "&eHide players"
      LORE:
        - "&7(Right Click) Hide all players"

# Server Selector
SELECTOR:
  GUI_NAME: "Server Selector"
  GUI_SLOTS: 27
  GLASS: true
  GUI_ITEMS:
    HCF:
      NAME: "&cHCF"
      LORE:
        - "&7&m----------------------"
        - "&eHCF Servers &7(Right Click)"
        - "&7&m----------------------"
      SLOT: 10
      MATERIAL: DIAMOND_SWORD
      TRAVEL: "SubMenu:HCF"
    Kitmap:
      NAME: "&cKitmap"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Kitmap}/750)"
        - "&7&m---------------"
      SLOT: 12
      MATERIAL: IRON_SWORD
      TRAVEL: "Queue:Kitmap"
    Practice:
      NAME: "&cPractice"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Practice}/750)"
        - "&7&m---------------"
      SLOT: 14
      MATERIAL: GOLD_SWORD
      TRAVEL: "Queue:Practice"
    Bunkers:
      NAME: "&cBunkers"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Bunkers}/750)"
        - "&7&m---------------"
      SLOT: 16
      MATERIAL: ENDER_CHEST
      TRAVEL: "Queue:Bunkers"
# Submenus from the selector
SUBMENU:
  HCF:
    GUI_NAME: "HCF"
    GUI_SLOTS: 27
    GLASS: true
    GUI_ITEMS:
      Duo:
        NAME: "&cHCF &7(Duo)"
        LORE:
          - "&7&m---------------"
          - "&ePlayers: &7({playercount_Duo}/750)"
          - "&7&m---------------"
        SLOT: 11
        MATERIAL: DIAMOND_SWORD
        TRAVEL: "Queue:Duo"
      Mini:
        NAME: "&cHCF &7(Mini)"
        LORE:
          - "&7&m---------------"
          - "&ePlayers: &7({playercount_Mini}/750)"
          - "&7&m---------------"
        SLOT: 15
        MATERIAL: IRON_SWORD
        TRAVEL: "Queue:Mini"
      List:
        NAME: "&cHCF Servers"
        LORE:
          - "&7&m---------------"
          - "&eDuo: &72 man"
          - "&eMini: &75 man"
          - "&7&m---------------"
        SLOT: 13
        MATERIAL: PAPER
        TRAVEL: "Info"

# Scoreboard
SCOREBOARD_TITLE: "&6Abro &7(Hub)"
SCOREBOARD:
  - "&7&m-----------------"
  - "&e&lRank"
  - "{Rank}"
  - " "
  - "&e&lOnline"
  - "{Online}"
  - " {If<queue_enabled>}"
  - "&e&lQueue:{If<queue_enabled>}"
  - "&f{queue_position}/{queue_max}{If<queue_enabled>}"
  - "&7&m-----------------"

# Tablist
TABLIST:
  1: ""
  2: ""
  3: ""
  4: "&e&lStore"
  5: "&7store.abro.com"
  6: ""
  7: ""
  8: ""
  9: ""
  10: "&eBunkers: &7{playercount_Bunkers}"
  11: ""
  12: ""
  13: ""
  14: ""
  15: ""
  16: ""
  17: ""
  18: ""
  19: ""
  20: ""
  21: "&6&lAbro"
  22: "&eOnline: &7{Online}"
  23: ""
  24: "&e&lRank"
  25: "&7{Rank}"
  26: ""
  27: "&e&lWebsite"
  28: "&7Abro.net"
  29: ""
  30: "&eDuo: &7{playercount_Duo}"
  31: "&eMini: &7{playercount_Mini}"
  32: "&eKitMap: &7{playercount_Kitmap}"
  33: ""
  34: ""
  35: ""
  36: ""
  37: "&e&lTwitter"
  38: "&7@AbroNet"
  39: ""
  40: ""
  41: ""
  42: ""
  43: ""
  44: "&e&lTeamSpeak"
  45: "&7ts.abro.net"
  46: ""
  47: ""
  48: ""
  49: ""
  50: "&ePractice: &7{playercount_Practice}"
  51: ""
  52: ""
  53: ""
  54: ""
  55: ""
  56: ""
  57: ""
  58: ""
  59: ""
  60: ""
  61: ""
  62: ""
  63: ""
  64: ""
  65: ""
  66: ""
  67: ""
  68: ""
  69: "&7Play on &c1.7.10"
  70: "&7for better"
  71: "&7experience!"
  72: ""
  73: ""
  74: ""
  75: ""
  76: ""
  77: ""
  78: ""
  79: ""
  80: ""

# Queue
QUEUE_PRIORITY:
  1:
    PERMISSION: "Queue.One"
  2:
    PERMISSION: "Queue.Two"
  3:
    PERMISSION: "Queue.Three"
QUEUE_UPDATER_TIME: 15
QUEUE_UPDATER:
  - " "
  - "&eYou are position &a#{queue_position} &ein the &6&l{queue_name} &equeue."
  - "&7Buy a rank to get a higer queue priority!"
  - " "
QUEUE_LEAVE: "&cLeft the queue for {queue_name}."
QUEUE_RUNNER: 1

Commands - Permissions:
/leavequeue - (None)
/pausequeue - (abrocore.pause)
/unpausequeue - (abrocore.unpause)
/abrocore reload - (abrocore.reload)

Media:
CPCx80J.png

NEHwVEY.png

UZ8LvdU.png
f0lhD0Y.png

n33uUPS.png

jaMmFzL.png
SAFwMD2.png
LPf67Rb.png

Proof of Ownership:
wfr6Eo5.png

How to buy:
If you want to buy this product, you will have to contact me. (*Contact)
You will get my details, so you can pay for your product.
Whenever you did this, you will get a license key and/or the source.
Depends on the package you bought. You will also receive free support & updates!
(!) Payments will go trough Paypal F&F.

Setup:
• Import the jar file in your server plugins folder.
• Run your server.
• A datafolder called Abrocore will be in your plugin folder, open this folder & open config.yml
• Paste the license key your received in the "LICENSE.KEY" section.
• Restart your server.
(!) If this doesn't work, check your LICENSE key again!

Pricing:
• JAR (1x license) - $4.99
• SOURCE (1x license - 1x src) - $11.99
• JAR (1x license) - VC (Only 2 left)
(!) PM me on discord or on here if you are interested.

Contact:
Discord: Absurd#0082
MCM: Quartz
(!) My discord account ID is: 163215261585899520
Just a suggestion (try packaging your listeners so they're recognized by your filter / way) just for more readability. Remember it's not necessary just what I'd do in regards for more readability and recognition.

 

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Just a suggestion (try packaging your listeners so they're recognized by your filter / way) just for more readability. Remember it's not necessary just what I'd do in regards for more readability and recognition.



I really appreciate you're helping me improve my plugin! It's a helpful suggestion!
The classes are now sorted in packages. Hope this is what you ment! (http://prntscr.com/r7wu9a) (http://prntscr.com/r7wyb4)


Yeah there are 2x vouch copies left! Private message me on Discord for more information!
Thanks for showing interest in my plugin! :)
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

Nerm

Deactivated
Feedback score
21
Posts
851
Reactions
714
Resources
0
I really appreciate you're helping me improve my plugin! It's a helpful suggestion!
The classes are now sorted in packages. Hope this is what you ment! (http://prntscr.com/r7wu9a) (http://prntscr.com/r7wyb4)



Yeah there are 2x vouch copies left! Private message me on Discord for more information!
Thanks for showing interest in my plugin! :)
Essentially whatever you yourself can understand, read, and recognize. Unless you're selling Source / Open Sourcing it.
 

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Essentially whatever you yourself can understand, read, and recognize. Unless you're selling Source / Open Sourcing it.
I am selling this with source, but the package names are general, so the classes are easy to find.
Thanks for your help!
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Best Hubcore
Thanks for your amazing reaction! <3

=-+-+-=

[!] Update:
- MOB_SPAWNING enable & disable have been fixed.
- {prefix} has been added to the chat placeholders.
- More useful placeholders add on the thread!
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)
Top