Prefixes

NULLED Prefixes 1.0.0

No permission to download

Prefixes allows server owners to give players access to a collection of custom prefixes that players can choose themselves in a pop-up GUI.

IMPORTANT! The plugin requires you to already have a chat plugin (ie. EssentialsChat) installed. Place the prefix placeholder ({PREFIX}) in your chat format and the plugin will do the rest.

This plugin is compatible and has been tested on Spigot versions #1649 and 1.8.3/7/8



Prefixes is a simple plugin with some unique features:
  • Highly configurable and flexible message system
  • Attractive GUI for players to choose their prefix
  • Customize your prefixes to your exact specification
    • Permission node per-prefix is fully customizable
    • The display name per-prefix is fully customizable
    • GUI appearance icon per-prefix is fully customizable


The only permissions required to use the plugin are those you setup yourself to grant access to specific prefixes.



Fully customize your server to your exact liking

Code (YAML):
######################
# Prefixes - SainttX #
######################

# Configurable messages related to the plugin
messages:
noPrefixes: "You don't have access to any prefixes"
permission: "You don't have permission to use this prefix"
prefixSet: "Your prefix is now [prefix]"

# Configure all prefixes that players can have access too
prefixes:
boss:
# What the prefix displays in chat
display: "&8[&cBoss&8]"
# The required permission node for the prefix
permission: "prefix.boss"
# Define the icon (ie. item) that is used to identify the
# prefix in the /prefix GUI using this format:
# icon:
# material: valid bukkit material
# durability: number <the items durability/data> (not required)
# name: string <the items display name> (not required)
# lore: list of strings <the items lore> (not required)
# enchantments: (not required)
# VALID_BUKKIT_ENCHANTMENT: number <level>
icon:
material: PAPER
durability: 0
name: "&8[&cBoss&8]"
lore:
- "&7A prefix for bosses"



An example of a prefix GUI. This player has access to 3 configured prefixes.

Author
Direct-Leaks.com
Downloads
23
Views
169
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Direct-Leaks.com

Top