ModsJava
// RPGCommunity+ | [1.8-1.12] | [Factions & WorldGuard] | [PlaceholderAPI] \\
HEADNOTE: Just about every single item in the gui is painstakingly configurable. Although reconfiguring everything is not recommended, it IS POSSIBLE for each server to have their own custom look and feel.
Requirements:
The purpose of guilds is to create a more permanent group for players to join and identify with.
⟹ Highly interactive gui system.
⟹ Easy to understand invite system.
⟹ Guild bank that holds items, xp, and $.
⟹ Per-guild ranking system definable by each guild's owner.
⟹ Guild chat for members to discuss stuff securely.
⟹ Toggleable prefix for players to choose to rep their guild or not.
⟹ Extremely configurable guilds on the guild owner's side
⟹ Guild score to come soon...
⟹ ( "rpgc.useguild") /g claim - Claims the chunk a player is currently in.
⟹ ( "rpgc.useguild") /g unclaim - Unclaims the chunk a player is currently in.
⟹ ( "rpgc.useguild") /g giveitem - Donates the entire held itemstack to the guild bank.
⟹ Admin Command ("rpgc.admin") /g delete - Deletes the selected guild.
The purpose of parties is to create a temporary group for players to join and participate in raids.
⟹ Highly interactive gui system.
⟹ Gaining experience also rewards all other members of party (configurable).
⟹ Easy to understand invite system.
⟹ None! Everything is done through '/rpgc' gui (futuristic huh).
Plugin Overview
Purpose: Perfect way to integrate guilds and parties on an rpg based server.
Requirements:
- Java 8 (This means not Java 7)
- Vault
- WorldGuard
- WorldEdit
- MassiveCore Factions (Optional integration)
- PlaceholderAPI (Optional integration)
Spoiler: Placeholders
rpgc_guild_money
rpgc_guild_name
rpgc_guild_onlineplayers
rpgc_guild_rank
rpgc_guild_totalchunks
rpgc_guild_totalplayers
rpgc_guild_xp
rpgc_party_name
rpgc_party_onlineplayers
rpgc_guild_name
rpgc_guild_onlineplayers
rpgc_guild_rank
rpgc_guild_totalchunks
rpgc_guild_totalplayers
rpgc_guild_xp
rpgc_party_name
rpgc_party_onlineplayers
config.yml Example
Code (Text):
#Made by TheTealViper
#Index (For <ctrl+f>):
# - RPGCommunityPlus Config
# - Main Gui Config
# - Pre-Guild Gui Config
# - CreateGuild Gui Config
# - Guild Invites Config
# - Top Guilds Config
# - Guild Gui Config
# - Guild View Config
# - Guild Online Config
# - Guild Player Panel Config
# - Guild Show Ranks Config
# - Guild Bank Config
# - Guild Settings Gui Config
# - Party Gui Config
# - Party Settings Gui Config
# - Friends Gui Config
# - Friends Settings Gui Config
# - Permissions
##########################################################
########################################### RPGCommunityPlus Config ###########################################
##########################################################
Prefix: (RPGC)
#This is the prefix before all messages from the plugin.
Primary_Format: '&b&l'
#This would make plugin name bold and blue. Make sure you put it all in proper order!
Secondary_Format: '&c'
#This would make help messages red.
Guild_Creation_Price: "10.00"
#Price to create a guild
Guild_Creation_Price_Prefix: "\\$"
#FIRST OFF, THE ABOVE ENDS UP LOOKING LIKE '$' IN GAME. The prefix or string before the price. WARNING: I would recommend either setting it to nothing or not changing if you aren't an
#experienced coder. Changing this value requires knowledge of regex.
Guild_Creation_Price_Suffix: " dollars"
#The suffix or string after the price
Guild_Creation_Balance_Warning: "&cYou don't have enough money!"
#If the player attempts to create a guild but doesn't have enough money
#Syntax:
# %b --> playerBalance
Guild_ClaimLand_Price_Formula: "(%n*100)^2"
#This is something that gets put into a formula to devise the price of each chunk claimed by a guild.
#Syntax:
# %n --> guildChunk#
Party_Bonus_XP_Percent: .5
#When a player is in a party and gets a kill, the player gets the full xp AND ^this^ percent of the xp is also gifted evenly among all party players
Guild_Name_BlackList:
- ass
- bitch
- clit
- crack
- cunt
- dick
- ectasy
- faggot
- fuck
- hell
- hitler
- hooka
- incest
- kkk
- marijuana
- masturbate
- nazi
- nigger
- opium
- penis
- prostate
- pussy
- queer
- rack
- shit
- tit
- threesome
- urethra
- vagina
- weed
- weiner
Disable_Guild_Land_Claim: false
Drop_Bonus_XP: false
#Enabling this will give change the way bonus party XP works. It was a request
#from another user and I decided why not share it with everyone just in case.
#If this is enabled, XP is no longer given directly to all party members, it is instead
#dropped on the ground and whoever gets it gets it.
#If this is disabled, upon killing a mob all players of a party will receive XP instantly
#and not have to pick up anything.
##########################################################
########################################### Main Gui Config ###########################################
##########################################################
Main_Gui_Name: "&b&lRPGC MENU"
#The name of the main menu gui
#######################################################################
Main_Filler_Item_ID: "160:15"
#This is the item that will surround the main menu gui
Main_Filler_Item_Name: "&l"
#This is the name of the filler item in the main menu
Main_Filler_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the lore item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Guild_Item_ID: "261:0"
#This is the item that will be displayed for travel to the guild menu
Main_Guild_Item_Name: "&bGuild"
#This is the name of the guild item in the main menu
Main_Guild_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Guild_Settings_Item_ID: "327:0"
#This is the item that will be displayed for travel to the guild settings menu
Main_Guild_Settings_Item_Name: "&bGuild Settings"
#This is the name of the guild settings item in the main menu
Main_Guild_Settings_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild settings item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_GuildChat_Item_Name: "&bJoin Guild Chat"
#This is the name of the guild chat item in the main menu
Main_GuildChat_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild chat item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Party_Item_ID: "151:0"
#This is the item that will be displayed for travel to the party menu
Main_Party_Item_Name: "&bParty"
#This is the name of the party item in the main menu
Main_Party_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the party item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Party_Settings_Item_ID: "327:0"
#This is the item that will be displayed for travel to the party settings menu
Main_Party_Settings_Item_Name: "&bParty Settings"
#This is the name of the party settings item in the main menu
Main_Party_Settings_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the party settings item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_PartyChat_Item_Name: "&bJoin Party Chat"
#This is the name of the guild chat item in the main menu
Main_PartyChat_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild chat item in the main menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Pre-Guild Gui Config ###########################################
##########################################################
PreGuild_Gui_Name: "&bGUILD MENU"
#The name of the preguild gui, aka the gui before the player has joined a guild
#######################################################################
PreGuild_Create_Item_ID: "42:0"
#This is the item that will surround the preguild gui
PreGuild_Create_Item_Name: "&bCreate a Guild"
#This is the name of the create item in the preguild menu
PreGuild_Create_Item_Lore:
- "Price: %m"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preguild menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %m --> guildCreationPrice
#######################################################################
PreGuild_Invite_Item_ID: "41:0"
#This is the item that will surround the preguild gui
PreGuild_Invite_Item_Name: "&bView Guild Invites"
#This is the name of the invite item in the preguild menu
PreGuild_Invite_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preguild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
PreGuild_Top_Item_ID: "57:0"
#This is the item that will surround the preguild gui
PreGuild_Top_Item_Name: "&bTop Guilds"
#This is the name of the top item in the preguild menu
PreGuild_Top_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preguild menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### CreateGuild Gui Config ###########################################
##########################################################
CreateGuild_Gui_Name: "&bCreate Guild?"
#The name of the createguild gui, aka the gui before the player has created a guild
#######################################################################
CreateGuild_Confirm_Item_ID: "160:5"
#This is the item that will surround the createguild gui
CreateGuild_Confirm_Item_Name: "&aConfirm"
#This is the name of the confirm item in the createguild menu
CreateGuild_Confirm_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the createguild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
CreateGuild_Deny_Item_ID: "160:14"
#This is the item that will surround the createguild gui
CreateGuild_Deny_Item_Name: "&cDeny"
#This is the name of the deny item in the createguild menu
CreateGuild_Deny_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the createguild menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Guild Invites Config ###########################################
##########################################################
GuildInvites_Gui_Name: "&bGuild Invites"
#The name of the guild rank panel gui
#######################################################################
GuildInvites_Guild_Item_ID: "339:0"
#This is the item that will be displayed for each guild invite from guild in player guild invites menu
GuildInvites_Guild_Item_Lore:
- "&bLEFT CLICK to join this guild!"
- "&cRIGHT CLICK to cancel this invite!"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild item in the player guild invites menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Top Guilds Config ###########################################
##########################################################
GuildTopGuilds_Gui_Name: "&bTop Guilds"
#The name of the guild rank panel gui
#######################################################################
#Guilds are judged based upon their "score". Their "score" is the addition of said guilds money, xp, and players.
GuildTopGuilds_GuildNumber1_Item_ID: "160:1"
#This is the item that will surround the first place guild
GuildTopGuilds_GuildNumber2_Item_ID: "160:3"
#This is the item that will surround the second place guild
GuildTopGuilds_GuildNumber3_Item_ID: "160:12"
#This is the item that will surround the third place guild
GuildTopGuilds_GuildNumber4_Item_ID: "160:14"
#This is the item that will surround the fourth place guild
GuildTopGuilds_GuildNumber5_Item_ID: "160:13"
#This is the item that will surround the fifth place guild
#######################################################################
GuildTopGuilds_Guild_Item_Name: "&c%h"
#This is the name of the deny item in the createguild menu
#Syntax:
# %h --> guildName
# %i --> guildMoneyBalance
# %j --> guildXPBalance
# %k --> guildPlayerAmount
# %l --> guildScore
# %o --> guildOwnerName
GuildTopGuilds_Guild_Item_Lore:
- "Overall: %l"
- "Players: %k"
- "Money: %i"
- "XP: %j"
##This is the lore of the guild items in the topguilds menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %i --> guildMoneyBalance
# %j --> guildXPBalance
# %k --> guildPlayerAmount
# %l --> guildScore
# %o --> guildOwnerName
##########################################################
########################################### Guild Gui Config ###########################################
##########################################################
Guild_Gui_Name: "&b%g"
#The name of the guild gui
#Syntax:
# %g --> playerGuildName
#######################################################################
Guild_Filler_Item_ID: "160:15"
#This is the item that will surround the guild gui
Guild_Filler_Item_Name: "&l"
#This is the name of the filler item in the guild menu
Guild_Filler_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_View_Item_ID: "288:0"
#This is the item that will be displayed for listing those in guild
Guild_View_Item_Name: "&bAll Guild Members"
#This is the name of the view item in the guild menu
Guild_View_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the view item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Online_Item_ID: "331:0"
#This is the item that will be displayed for listing online in guild
Guild_Online_Item_Name: "&bOnline Guild Members"
#This is the name of the online item in the guild menu
Guild_Online_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the view item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Show_Ranks_Item_ID: "388:0"
#This is the item that will be displayed for listing guilds' ranks in guild
Guild_Show_Ranks_Item_Name: "&bShow Guild Ranks"
#This is the name of the show ranks item in the guild menu
Guild_Show_Ranks_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the view item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Bank_Item_ID: "266:0"
#This is the bank item in the guild menu
Guild_Bank_Item_Name: "&bGuild Bank"
#This is the name of the bank in the guild menu
Guild_Bank_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the bank item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Main_Item_ID: "54:0"
#This is the item that will be displayed for travel to the main menu
Guild_Main_Item_Name: "&cBack"
#This is the name of the main item in the guild menu
Guild_Main_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_AddPlayer_Item_ID: "397:3"
#This is the item that will be displayed for travel to the main menu
Guild_AddPlayer_Item_Name: "&bAdd Player To Guild"
#This is the name of the main item in the guild menu
Guild_AddPlayer_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Delete_Item_ID: "166:0"
#This is the item that will be displayed for travel to the main menu
Guild_Delete_Item_Name: "&bDelete Guild"
#This is the name of the main item in the guild menu
Guild_Delete_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Leave_Item_ID: "166:0"
#This is the item that will be displayed for travel to the main menu
Guild_Leave_Item_Name: "&bLeave Guild"
#This is the name of the main item in the guild menu
Guild_Leave_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Guild View Config ###########################################
##########################################################
GuildView_Gui_Name: "&bAll Guild Members"
#The name of the guild view gui
#######################################################################
GuildView_Next_Item_ID: "339:0"
#This is the item that will be displayed for next page in all guild players menu
GuildView_Next_Item_Name: "&bNext Page"
#This is the name of the next page item in the all guild players menu
GuildView_Next_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the next page item in the all guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildView_Prev_Item_ID: "339:0"
#This is the item that will be displayed for previous page in all guild players menu
GuildView_Prev_Item_Name: "&bPrevious Page"
#This is the name of the previous page item in the all guild players menu
GuildView_Prev_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the previous page item in the all guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildView_Prev_Warning_Item_Name: "&cYou are on the first page!"
#This is the item that will be displayed when a player tried to go behind the first page
#######################################################################
GuildView_Current_Item_ID: "340:0"
#This is the item that will be displayed for current page in all guild players menu
GuildView_Current_Item_Name: "&bPage %c/%d"
#This is the name of the current page item in the all guild players menu
#Syntax:
# %c --> currentPage
# %d --> totalPages
GuildView_Current_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the current page item in the all guild players menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %c --> currentPage
# %d --> totalPages
#######################################################################
GuildView_Skull_Item_Name: "&b%p"
#This is the name that will display on each player's head as their name
#Syntax:
# %p --> playerName
GuildView_Skull_Item_Lore:
- "&c%r"
# - "Line 2"
# - "Line 3"
# - "Line 4"
#Syntax:
# %r --> playerRank
##########################################################
########################################### Guild Online Config ###########################################
##########################################################
GuildOnline_Gui_Name: "&bGuild Members"
#The name of the guild view gui
#######################################################################
GuildOnline_Next_Item_ID: "339:0"
#This is the item that will be displayed for next page in online guild players menu
GuildOnline_Next_Item_Name: "&bNext Page"
#This is the name of the next page item in the online guild players menu
GuildOnline_Next_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the next page item in the online guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildOnline_Prev_Item_ID: "339:0"
#This is the item that will be displayed for previous page in online guild players menu
GuildOnline_Prev_Item_Name: "&bPrevious Page"
#This is the name of the previous page item in the online guild players menu
GuildOnline_Prev_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the previous page item in the online guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildOnline_Prev_Warning_Item_Name: "&cYou are on the first page!"
#This is the item that will be displayed when a player tried to go behind the first page
#######################################################################
GuildOnline_Current_Item_ID: "340:0"
#This is the item that will be displayed for current page in online guild players menu
GuildOnline_Current_Item_Name: "&bPage %c/%d"
#This is the name of the current page item in the online guild players menu
#Syntax:
# %c --> currentPage
# %d --> totalPages
GuildOnline_Current_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the current page item in the online guild players menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %c --> currentPage
# %d --> totalPages
##########################################################
########################################### Guild Player Panel Config ###########################################
##########################################################
GuildPlayer_Gui_Name: "&bPlayer Panel"
#The name of the guild show ranks gui
#######################################################################
GuildPlayer_SetRank_Item_ID: "323:0"
#This is the item that will be displayed for setting a player's guild rank in player guild players menu
GuildPlayer_SetRank_Item_Name: "&bSet Rank"
#This is the name of the set rank item in the player guild players menu
GuildPlayer_SetRank_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the set rank item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %r --> playerRank
#######################################################################
GuildPlayer_SetRank_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to set a players rank but their rank doesn't have perms
#######################################################################
GuildPlayer_Kick_Item_ID: "323:0"
#This is the item that will be displayed for kick a player from guild in player guild players menu
GuildPlayer_Kick_Item_Name: "&bKick From Guild"
#This is the name of the kick item in the player guild players menu
GuildPlayer_Kick_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the kick item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_Kick_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to kick a player from the guild but their rank doesn't have perms
#######################################################################
GuildPlayer_PayMoney_Item_ID: "323:0"
#This is the item that will be displayed for pay money a player from guild in player guild players menu
GuildPlayer_PayMoney_Item_Name: "&bPay Money From Guild"
#This is the name of the pay money item in the player guild players menu
GuildPlayer_PayMoney_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the pay money item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_PayXP_Item_ID: "323:0"
#This is the item that will be displayed for pay xp a player from guild in player guild players menu
GuildPlayer_PayXP_Item_Name: "&bPay XP From Guild"
#This is the name of the pay xp item in the player guild players menu
GuildPlayer_PayXP_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the pay xp item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_Pay_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to pay a player from the guilds savings but their rank doesn't have perms
#######################################################################
GuildPlayer_GetBalance_Item_ID: "323:0"
#This is the item that will be displayed for get balance a player from guild in player guild players menu
GuildPlayer_GetBalance_Item_Name: "&bGet Balance"
#This is the name of the get balance item in the player guild players menu
GuildPlayer_GetBalance_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get balance item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_GetBalance_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to get a player's balance but their rank doesn't have perms
##########################################################
########################################### Guild Show Ranks Config ###########################################
##########################################################
GuildShowRanks_Gui_Name: "&bGuild Ranks"
#The name of the guild show ranks gui
#######################################################################
GuildShowRanks_Rank_Item_ID: "47:0"
#This is the item that will be displayed for each rank in guild show ranks menu
GuildShowRanks_Rank_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the rank item in the guild show ranks menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %a --> currentRankName
##########################################################
########################################### Guild Bank Config ###########################################
##########################################################
GuildBank_Gui_Name: "&bGuild Bank"
#The name of the guild bank gui
#######################################################################
GuildBank_Items_Item_ID: "130:0"
#This is the item that will be displayed for get money a player from guild in guild bank menu
GuildBank_Items_Item_Name: "&bView Items"
#This is the name of the get money item in the guild bank menu
GuildBank_Items_Item_Lore:
# - "Total: %i"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get money item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %i --> guildMoney
#######################################################################
GuildBank_GetMoney_Item_ID: "266:0"
#This is the item that will be displayed for get money a player from guild in guild bank menu
GuildBank_GetMoney_Item_Name: "&bMoney"
#This is the name of the get money item in the guild bank menu
GuildBank_GetMoney_Item_Lore:
- "Total: %i"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get money item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %i --> guildMoney
#######################################################################
GuildBank_GetXP_Item_ID: "266:0"
#This is the item that will be displayed for get xp a player from guild in guild bank menu
GuildBank_GetXP_Item_Name: "&bXP"
#This is the name of the get xp item in the guild bank menu
GuildBank_GetXP_Item_Lore:
- "Total: %j"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get xp item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %j --> guildXP
#######################################################################
GuildBank_AddMoney_Item_ID: "339:0"
#This is the item that will be displayed for add money a player from guild in guild bank menu
GuildBank_AddMoney_Item_Name: "&bAdd Money"
#This is the name of the add money item in the guild bank menu
#Syntax:
# %b --> playerMoney
GuildBank_AddMoney_Item_Lore:
- "Your Money: $%b"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the add money item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %b --> playerMoney
#######################################################################
GuildBank_AddXP_Item_ID: "339:0"
#This is the item that will be displayed for add xp a player from guild in guild bank menu
GuildBank_AddXP_Item_Name: "&bAdd XP"
#This is the name of the add xp item in the guild bank menu
#Syntax:
# %x --> playerXP
GuildBank_AddXP_Item_Lore:
- "Your EXP: %x"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the add xp item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %x --> playerXP
##########################################################
########################################### Guild Items Config ###########################################
##########################################################
GuildItems_Gui_Name: "&bGuild Items"
#The name of the guild items gui
#######################################################################
GuildItems_NeedPerm_Warning: "&cYou don't have permissions to do this!"
#######################################################################
GuildItems_Prev_Item_ID: "339:0"
#This is the item that will be displayed for previous a player from guild in guild items menu
GuildItems_Prev_Item_Name: "&bPrevious Page"
#This is the name of the previous item in the guild items menu
GuildItems_Prev_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the previous item in the guild items menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildItems_Current_Item_ID: "340:0"
#This is the item that will be displayed for current a player from guild in guild items menu
GuildItems_Current_Item_Name: "&bCurrent Page"
#This is the name of the current item in the guild items menu
GuildItems_Current_Item_Lore:
- "%c/%d"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the current item in the guild items menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %c --> currentPage
# %d --> totalPages
#######################################################################
GuildItems_Next_Item_ID: "339:0"
#This is the item that will be displayed for next a player from guild in guild items menu
GuildItems_Next_Item_Name: "&bNext Page"
#This is the name of the next item in the guild items menu
GuildItems_Next_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the next item in the guild items menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Guild Rank Panel Config ###########################################
##########################################################
GuildRank_Gui_Name: "&bRank Panel"
#The name of the guild rank panel gui
#######################################################################
GuildRank_Change_Warning: "&cYou don't have the permission!"
#If the player attempts to change any rank but doesn't have the perms
#######################################################################
GuildRank_SetRank_Item_Name: "&bToggle Can Set Rank"
#This is the name of the set rank item in the rank panel menu
#######################################################################
GuildRank_Kick_Item_Name: "&bToggle Can Kick"
#This is the name of the kick item in the rank panel menu
#######################################################################
GuildRank_Pay_Item_Name: "&bToggle Can Pay"
#This is the name of the pay item in the rank panel menu
#######################################################################
GuildRank_GetBalance_Item_Name: "&bToggle Can Set Balance"
#This is the name of the get balance item in the rank panel menu
#######################################################################
GuildRank_CanChangePerms_Item_Name: "&bToggle Can Change Rank Perms"
#This is the name of the can change perms item in the rank panel menu
#######################################################################
GuildRank_TakeItems_Item_Name: "&bToggle Can Take Items From Bank"
#This is the name of the can take items item in the rank panel menu
#######################################################################
GuildRank_CanBuild_Item_Name: "&bToggle Can Build in Current Chunk"
#This is the name of the can change perms item in the rank panel menu
#######################################################################
GuildRank_CanChest_Item_Name: "&bToggle Can Use Chests in Current Chunk"
#This is the name of the can change perms item in the rank panel menu
#######################################################################
GuildRank_CanDoor_Item_Name: "&bToggle Can Use Doors in Current Chunk"
#This is the name of the can change perms item in the rank panel menu
##########################################################
########################################### Guild Settings Gui Config ###########################################
##########################################################
GuildSettings_Gui_Name: "&bGuild Settings"
#The name of the guild view gui
#######################################################################
GuildSettings_Prefix_Item_Name: "Toggle Prefix"
#This is the item that will be displayed for each rank in guild show ranks menu
GuildSettings_Prefix_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the rank item in the guild show ranks menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Pre-Party Gui Config ###########################################
##########################################################
PreParty_Gui_Name: "&bPARTY MENU"
#The name of the preparty gui, aka the gui before the player has joined a party
#######################################################################
PreParty_Create_Item_ID: "42:0"
#This is the item that will surround the preparty gui
PreParty_Create_Item_Name: "&bCreate a Party"
#This is the name of the create item in the preparty menu
PreParty_Create_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preparty menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
PreParty_Invite_Item_ID: "41:0"
#This is the item that will surround the preparty gui
PreParty_Invite_Item_Name: "&bView Party Invites"
#This is the name of the invite item in the preparty menu
PreParty_Invite_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preparty menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Party Invites Config ###########################################
##########################################################
PartyInvites_Gui_Name: "&bParty Invites"
#The name of the party rank panel gui
#######################################################################
PartyInvites_Party_Item_ID: "339:0"
#This is the item that will be displayed for each party invite from party in player party invites menu
PartyInvites_Party_Item_Lore:
- "&bLEFT CLICK to join this party!"
- "&cRIGHT CLICK to cancel this invite!"
# - "Line 3"
# - "Line 4"
##This is the lore of the party item in the player party invites menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Party Gui Config ###########################################
##########################################################
Party_Gui_Name: "&bParty"
#The name of the party gui
#######################################################################
Party_Filler_Item_ID: "160:6"
#This is the item that will surround the party gui
Party_Filler_Item_Name: "&l"
#This is the name of the filler item in the party menu
Party_Filler_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_Main_Item_ID: "54:0"
#This is the item that will be displayed for travel to the main menu
Party_Main_Item_Name: "&cBack"
#This is the name of the main item in the party menu
Party_Main_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_Players_Item_ID: "288:0"
#This is the item that will be displayed for travel to the players menu
Party_Players_Item_Name: "&bView Players"
#This is the name of the players item in the party menu
Party_Players_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the players item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_AddPlayer_Item_ID: "397:3"
#This is the item that will be displayed for travel to the addplayer menu
Party_AddPlayer_Item_Name: "&bInvite a Player"
#This is the name of the addplayer item in the party menu
Party_AddPlayer_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the addplayer item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_Leave_Item_ID: "166:0"
#This is the item that will be displayed for travel to the leave menu
Party_Leave_Item_Name: "&bLeave Party"
#This is the name of the leave item in the party menu
Party_Leave_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the leave item in the party menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Party Gui Config ###########################################
##########################################################
PartyPlayers_Gui_Name: "&bPlayers"
#The name of the party gui
#######################################################################
PartyPlayers_Player_Item_ID: "397:3"
#This is the item that will surround the party gui
PartyPlayers_Player_Item_Lore:
- "&cClick to kick from party."
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the party menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Permissions ###########################################
##########################################################
# rpgc.admin
#- Gives all other commands + necessary for /g delete
# rpgc.rpgc
#- Use /rpgc
# rpgc.useguild
#- Ability to use guild functions
# rpgc.useparty
#- Ability to use party functions
ID: 1
#Index (For <ctrl+f>):
# - RPGCommunityPlus Config
# - Main Gui Config
# - Pre-Guild Gui Config
# - CreateGuild Gui Config
# - Guild Invites Config
# - Top Guilds Config
# - Guild Gui Config
# - Guild View Config
# - Guild Online Config
# - Guild Player Panel Config
# - Guild Show Ranks Config
# - Guild Bank Config
# - Guild Settings Gui Config
# - Party Gui Config
# - Party Settings Gui Config
# - Friends Gui Config
# - Friends Settings Gui Config
# - Permissions
##########################################################
########################################### RPGCommunityPlus Config ###########################################
##########################################################
Prefix: (RPGC)
#This is the prefix before all messages from the plugin.
Primary_Format: '&b&l'
#This would make plugin name bold and blue. Make sure you put it all in proper order!
Secondary_Format: '&c'
#This would make help messages red.
Guild_Creation_Price: "10.00"
#Price to create a guild
Guild_Creation_Price_Prefix: "\\$"
#FIRST OFF, THE ABOVE ENDS UP LOOKING LIKE '$' IN GAME. The prefix or string before the price. WARNING: I would recommend either setting it to nothing or not changing if you aren't an
#experienced coder. Changing this value requires knowledge of regex.
Guild_Creation_Price_Suffix: " dollars"
#The suffix or string after the price
Guild_Creation_Balance_Warning: "&cYou don't have enough money!"
#If the player attempts to create a guild but doesn't have enough money
#Syntax:
# %b --> playerBalance
Guild_ClaimLand_Price_Formula: "(%n*100)^2"
#This is something that gets put into a formula to devise the price of each chunk claimed by a guild.
#Syntax:
# %n --> guildChunk#
Party_Bonus_XP_Percent: .5
#When a player is in a party and gets a kill, the player gets the full xp AND ^this^ percent of the xp is also gifted evenly among all party players
Guild_Name_BlackList:
- ass
- bitch
- clit
- crack
- cunt
- dick
- ectasy
- faggot
- fuck
- hell
- hitler
- hooka
- incest
- kkk
- marijuana
- masturbate
- nazi
- nigger
- opium
- penis
- prostate
- pussy
- queer
- rack
- shit
- tit
- threesome
- urethra
- vagina
- weed
- weiner
Disable_Guild_Land_Claim: false
Drop_Bonus_XP: false
#Enabling this will give change the way bonus party XP works. It was a request
#from another user and I decided why not share it with everyone just in case.
#If this is enabled, XP is no longer given directly to all party members, it is instead
#dropped on the ground and whoever gets it gets it.
#If this is disabled, upon killing a mob all players of a party will receive XP instantly
#and not have to pick up anything.
##########################################################
########################################### Main Gui Config ###########################################
##########################################################
Main_Gui_Name: "&b&lRPGC MENU"
#The name of the main menu gui
#######################################################################
Main_Filler_Item_ID: "160:15"
#This is the item that will surround the main menu gui
Main_Filler_Item_Name: "&l"
#This is the name of the filler item in the main menu
Main_Filler_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the lore item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Guild_Item_ID: "261:0"
#This is the item that will be displayed for travel to the guild menu
Main_Guild_Item_Name: "&bGuild"
#This is the name of the guild item in the main menu
Main_Guild_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Guild_Settings_Item_ID: "327:0"
#This is the item that will be displayed for travel to the guild settings menu
Main_Guild_Settings_Item_Name: "&bGuild Settings"
#This is the name of the guild settings item in the main menu
Main_Guild_Settings_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild settings item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_GuildChat_Item_Name: "&bJoin Guild Chat"
#This is the name of the guild chat item in the main menu
Main_GuildChat_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild chat item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Party_Item_ID: "151:0"
#This is the item that will be displayed for travel to the party menu
Main_Party_Item_Name: "&bParty"
#This is the name of the party item in the main menu
Main_Party_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the party item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_Party_Settings_Item_ID: "327:0"
#This is the item that will be displayed for travel to the party settings menu
Main_Party_Settings_Item_Name: "&bParty Settings"
#This is the name of the party settings item in the main menu
Main_Party_Settings_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the party settings item in the main menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Main_PartyChat_Item_Name: "&bJoin Party Chat"
#This is the name of the guild chat item in the main menu
Main_PartyChat_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild chat item in the main menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Pre-Guild Gui Config ###########################################
##########################################################
PreGuild_Gui_Name: "&bGUILD MENU"
#The name of the preguild gui, aka the gui before the player has joined a guild
#######################################################################
PreGuild_Create_Item_ID: "42:0"
#This is the item that will surround the preguild gui
PreGuild_Create_Item_Name: "&bCreate a Guild"
#This is the name of the create item in the preguild menu
PreGuild_Create_Item_Lore:
- "Price: %m"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preguild menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %m --> guildCreationPrice
#######################################################################
PreGuild_Invite_Item_ID: "41:0"
#This is the item that will surround the preguild gui
PreGuild_Invite_Item_Name: "&bView Guild Invites"
#This is the name of the invite item in the preguild menu
PreGuild_Invite_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preguild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
PreGuild_Top_Item_ID: "57:0"
#This is the item that will surround the preguild gui
PreGuild_Top_Item_Name: "&bTop Guilds"
#This is the name of the top item in the preguild menu
PreGuild_Top_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preguild menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### CreateGuild Gui Config ###########################################
##########################################################
CreateGuild_Gui_Name: "&bCreate Guild?"
#The name of the createguild gui, aka the gui before the player has created a guild
#######################################################################
CreateGuild_Confirm_Item_ID: "160:5"
#This is the item that will surround the createguild gui
CreateGuild_Confirm_Item_Name: "&aConfirm"
#This is the name of the confirm item in the createguild menu
CreateGuild_Confirm_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the createguild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
CreateGuild_Deny_Item_ID: "160:14"
#This is the item that will surround the createguild gui
CreateGuild_Deny_Item_Name: "&cDeny"
#This is the name of the deny item in the createguild menu
CreateGuild_Deny_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the createguild menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Guild Invites Config ###########################################
##########################################################
GuildInvites_Gui_Name: "&bGuild Invites"
#The name of the guild rank panel gui
#######################################################################
GuildInvites_Guild_Item_ID: "339:0"
#This is the item that will be displayed for each guild invite from guild in player guild invites menu
GuildInvites_Guild_Item_Lore:
- "&bLEFT CLICK to join this guild!"
- "&cRIGHT CLICK to cancel this invite!"
# - "Line 3"
# - "Line 4"
##This is the lore of the guild item in the player guild invites menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Top Guilds Config ###########################################
##########################################################
GuildTopGuilds_Gui_Name: "&bTop Guilds"
#The name of the guild rank panel gui
#######################################################################
#Guilds are judged based upon their "score". Their "score" is the addition of said guilds money, xp, and players.
GuildTopGuilds_GuildNumber1_Item_ID: "160:1"
#This is the item that will surround the first place guild
GuildTopGuilds_GuildNumber2_Item_ID: "160:3"
#This is the item that will surround the second place guild
GuildTopGuilds_GuildNumber3_Item_ID: "160:12"
#This is the item that will surround the third place guild
GuildTopGuilds_GuildNumber4_Item_ID: "160:14"
#This is the item that will surround the fourth place guild
GuildTopGuilds_GuildNumber5_Item_ID: "160:13"
#This is the item that will surround the fifth place guild
#######################################################################
GuildTopGuilds_Guild_Item_Name: "&c%h"
#This is the name of the deny item in the createguild menu
#Syntax:
# %h --> guildName
# %i --> guildMoneyBalance
# %j --> guildXPBalance
# %k --> guildPlayerAmount
# %l --> guildScore
# %o --> guildOwnerName
GuildTopGuilds_Guild_Item_Lore:
- "Overall: %l"
- "Players: %k"
- "Money: %i"
- "XP: %j"
##This is the lore of the guild items in the topguilds menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %i --> guildMoneyBalance
# %j --> guildXPBalance
# %k --> guildPlayerAmount
# %l --> guildScore
# %o --> guildOwnerName
##########################################################
########################################### Guild Gui Config ###########################################
##########################################################
Guild_Gui_Name: "&b%g"
#The name of the guild gui
#Syntax:
# %g --> playerGuildName
#######################################################################
Guild_Filler_Item_ID: "160:15"
#This is the item that will surround the guild gui
Guild_Filler_Item_Name: "&l"
#This is the name of the filler item in the guild menu
Guild_Filler_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_View_Item_ID: "288:0"
#This is the item that will be displayed for listing those in guild
Guild_View_Item_Name: "&bAll Guild Members"
#This is the name of the view item in the guild menu
Guild_View_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the view item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Online_Item_ID: "331:0"
#This is the item that will be displayed for listing online in guild
Guild_Online_Item_Name: "&bOnline Guild Members"
#This is the name of the online item in the guild menu
Guild_Online_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the view item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Show_Ranks_Item_ID: "388:0"
#This is the item that will be displayed for listing guilds' ranks in guild
Guild_Show_Ranks_Item_Name: "&bShow Guild Ranks"
#This is the name of the show ranks item in the guild menu
Guild_Show_Ranks_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the view item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Bank_Item_ID: "266:0"
#This is the bank item in the guild menu
Guild_Bank_Item_Name: "&bGuild Bank"
#This is the name of the bank in the guild menu
Guild_Bank_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the bank item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Main_Item_ID: "54:0"
#This is the item that will be displayed for travel to the main menu
Guild_Main_Item_Name: "&cBack"
#This is the name of the main item in the guild menu
Guild_Main_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_AddPlayer_Item_ID: "397:3"
#This is the item that will be displayed for travel to the main menu
Guild_AddPlayer_Item_Name: "&bAdd Player To Guild"
#This is the name of the main item in the guild menu
Guild_AddPlayer_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Delete_Item_ID: "166:0"
#This is the item that will be displayed for travel to the main menu
Guild_Delete_Item_Name: "&bDelete Guild"
#This is the name of the main item in the guild menu
Guild_Delete_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Guild_Leave_Item_ID: "166:0"
#This is the item that will be displayed for travel to the main menu
Guild_Leave_Item_Name: "&bLeave Guild"
#This is the name of the main item in the guild menu
Guild_Leave_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the guild menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Guild View Config ###########################################
##########################################################
GuildView_Gui_Name: "&bAll Guild Members"
#The name of the guild view gui
#######################################################################
GuildView_Next_Item_ID: "339:0"
#This is the item that will be displayed for next page in all guild players menu
GuildView_Next_Item_Name: "&bNext Page"
#This is the name of the next page item in the all guild players menu
GuildView_Next_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the next page item in the all guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildView_Prev_Item_ID: "339:0"
#This is the item that will be displayed for previous page in all guild players menu
GuildView_Prev_Item_Name: "&bPrevious Page"
#This is the name of the previous page item in the all guild players menu
GuildView_Prev_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the previous page item in the all guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildView_Prev_Warning_Item_Name: "&cYou are on the first page!"
#This is the item that will be displayed when a player tried to go behind the first page
#######################################################################
GuildView_Current_Item_ID: "340:0"
#This is the item that will be displayed for current page in all guild players menu
GuildView_Current_Item_Name: "&bPage %c/%d"
#This is the name of the current page item in the all guild players menu
#Syntax:
# %c --> currentPage
# %d --> totalPages
GuildView_Current_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the current page item in the all guild players menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %c --> currentPage
# %d --> totalPages
#######################################################################
GuildView_Skull_Item_Name: "&b%p"
#This is the name that will display on each player's head as their name
#Syntax:
# %p --> playerName
GuildView_Skull_Item_Lore:
- "&c%r"
# - "Line 2"
# - "Line 3"
# - "Line 4"
#Syntax:
# %r --> playerRank
##########################################################
########################################### Guild Online Config ###########################################
##########################################################
GuildOnline_Gui_Name: "&bGuild Members"
#The name of the guild view gui
#######################################################################
GuildOnline_Next_Item_ID: "339:0"
#This is the item that will be displayed for next page in online guild players menu
GuildOnline_Next_Item_Name: "&bNext Page"
#This is the name of the next page item in the online guild players menu
GuildOnline_Next_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the next page item in the online guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildOnline_Prev_Item_ID: "339:0"
#This is the item that will be displayed for previous page in online guild players menu
GuildOnline_Prev_Item_Name: "&bPrevious Page"
#This is the name of the previous page item in the online guild players menu
GuildOnline_Prev_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the previous page item in the online guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildOnline_Prev_Warning_Item_Name: "&cYou are on the first page!"
#This is the item that will be displayed when a player tried to go behind the first page
#######################################################################
GuildOnline_Current_Item_ID: "340:0"
#This is the item that will be displayed for current page in online guild players menu
GuildOnline_Current_Item_Name: "&bPage %c/%d"
#This is the name of the current page item in the online guild players menu
#Syntax:
# %c --> currentPage
# %d --> totalPages
GuildOnline_Current_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the current page item in the online guild players menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %c --> currentPage
# %d --> totalPages
##########################################################
########################################### Guild Player Panel Config ###########################################
##########################################################
GuildPlayer_Gui_Name: "&bPlayer Panel"
#The name of the guild show ranks gui
#######################################################################
GuildPlayer_SetRank_Item_ID: "323:0"
#This is the item that will be displayed for setting a player's guild rank in player guild players menu
GuildPlayer_SetRank_Item_Name: "&bSet Rank"
#This is the name of the set rank item in the player guild players menu
GuildPlayer_SetRank_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the set rank item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %r --> playerRank
#######################################################################
GuildPlayer_SetRank_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to set a players rank but their rank doesn't have perms
#######################################################################
GuildPlayer_Kick_Item_ID: "323:0"
#This is the item that will be displayed for kick a player from guild in player guild players menu
GuildPlayer_Kick_Item_Name: "&bKick From Guild"
#This is the name of the kick item in the player guild players menu
GuildPlayer_Kick_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the kick item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_Kick_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to kick a player from the guild but their rank doesn't have perms
#######################################################################
GuildPlayer_PayMoney_Item_ID: "323:0"
#This is the item that will be displayed for pay money a player from guild in player guild players menu
GuildPlayer_PayMoney_Item_Name: "&bPay Money From Guild"
#This is the name of the pay money item in the player guild players menu
GuildPlayer_PayMoney_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the pay money item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_PayXP_Item_ID: "323:0"
#This is the item that will be displayed for pay xp a player from guild in player guild players menu
GuildPlayer_PayXP_Item_Name: "&bPay XP From Guild"
#This is the name of the pay xp item in the player guild players menu
GuildPlayer_PayXP_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the pay xp item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_Pay_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to pay a player from the guilds savings but their rank doesn't have perms
#######################################################################
GuildPlayer_GetBalance_Item_ID: "323:0"
#This is the item that will be displayed for get balance a player from guild in player guild players menu
GuildPlayer_GetBalance_Item_Name: "&bGet Balance"
#This is the name of the get balance item in the player guild players menu
GuildPlayer_GetBalance_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get balance item in the player guild players menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildPlayer_GetBalance_Warning: "&cYour rank doesn't have the perms!"
#If the player attempts to get a player's balance but their rank doesn't have perms
##########################################################
########################################### Guild Show Ranks Config ###########################################
##########################################################
GuildShowRanks_Gui_Name: "&bGuild Ranks"
#The name of the guild show ranks gui
#######################################################################
GuildShowRanks_Rank_Item_ID: "47:0"
#This is the item that will be displayed for each rank in guild show ranks menu
GuildShowRanks_Rank_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the rank item in the guild show ranks menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %a --> currentRankName
##########################################################
########################################### Guild Bank Config ###########################################
##########################################################
GuildBank_Gui_Name: "&bGuild Bank"
#The name of the guild bank gui
#######################################################################
GuildBank_Items_Item_ID: "130:0"
#This is the item that will be displayed for get money a player from guild in guild bank menu
GuildBank_Items_Item_Name: "&bView Items"
#This is the name of the get money item in the guild bank menu
GuildBank_Items_Item_Lore:
# - "Total: %i"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get money item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %i --> guildMoney
#######################################################################
GuildBank_GetMoney_Item_ID: "266:0"
#This is the item that will be displayed for get money a player from guild in guild bank menu
GuildBank_GetMoney_Item_Name: "&bMoney"
#This is the name of the get money item in the guild bank menu
GuildBank_GetMoney_Item_Lore:
- "Total: %i"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get money item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %i --> guildMoney
#######################################################################
GuildBank_GetXP_Item_ID: "266:0"
#This is the item that will be displayed for get xp a player from guild in guild bank menu
GuildBank_GetXP_Item_Name: "&bXP"
#This is the name of the get xp item in the guild bank menu
GuildBank_GetXP_Item_Lore:
- "Total: %j"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the get xp item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %h --> guildName
# %j --> guildXP
#######################################################################
GuildBank_AddMoney_Item_ID: "339:0"
#This is the item that will be displayed for add money a player from guild in guild bank menu
GuildBank_AddMoney_Item_Name: "&bAdd Money"
#This is the name of the add money item in the guild bank menu
#Syntax:
# %b --> playerMoney
GuildBank_AddMoney_Item_Lore:
- "Your Money: $%b"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the add money item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %b --> playerMoney
#######################################################################
GuildBank_AddXP_Item_ID: "339:0"
#This is the item that will be displayed for add xp a player from guild in guild bank menu
GuildBank_AddXP_Item_Name: "&bAdd XP"
#This is the name of the add xp item in the guild bank menu
#Syntax:
# %x --> playerXP
GuildBank_AddXP_Item_Lore:
- "Your EXP: %x"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the add xp item in the guild bank menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %x --> playerXP
##########################################################
########################################### Guild Items Config ###########################################
##########################################################
GuildItems_Gui_Name: "&bGuild Items"
#The name of the guild items gui
#######################################################################
GuildItems_NeedPerm_Warning: "&cYou don't have permissions to do this!"
#######################################################################
GuildItems_Prev_Item_ID: "339:0"
#This is the item that will be displayed for previous a player from guild in guild items menu
GuildItems_Prev_Item_Name: "&bPrevious Page"
#This is the name of the previous item in the guild items menu
GuildItems_Prev_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the previous item in the guild items menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
GuildItems_Current_Item_ID: "340:0"
#This is the item that will be displayed for current a player from guild in guild items menu
GuildItems_Current_Item_Name: "&bCurrent Page"
#This is the name of the current item in the guild items menu
GuildItems_Current_Item_Lore:
- "%c/%d"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the current item in the guild items menu. Remove the '#' to set lines. Add as many as you want
#Syntax:
# %c --> currentPage
# %d --> totalPages
#######################################################################
GuildItems_Next_Item_ID: "339:0"
#This is the item that will be displayed for next a player from guild in guild items menu
GuildItems_Next_Item_Name: "&bNext Page"
#This is the name of the next item in the guild items menu
GuildItems_Next_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the next item in the guild items menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Guild Rank Panel Config ###########################################
##########################################################
GuildRank_Gui_Name: "&bRank Panel"
#The name of the guild rank panel gui
#######################################################################
GuildRank_Change_Warning: "&cYou don't have the permission!"
#If the player attempts to change any rank but doesn't have the perms
#######################################################################
GuildRank_SetRank_Item_Name: "&bToggle Can Set Rank"
#This is the name of the set rank item in the rank panel menu
#######################################################################
GuildRank_Kick_Item_Name: "&bToggle Can Kick"
#This is the name of the kick item in the rank panel menu
#######################################################################
GuildRank_Pay_Item_Name: "&bToggle Can Pay"
#This is the name of the pay item in the rank panel menu
#######################################################################
GuildRank_GetBalance_Item_Name: "&bToggle Can Set Balance"
#This is the name of the get balance item in the rank panel menu
#######################################################################
GuildRank_CanChangePerms_Item_Name: "&bToggle Can Change Rank Perms"
#This is the name of the can change perms item in the rank panel menu
#######################################################################
GuildRank_TakeItems_Item_Name: "&bToggle Can Take Items From Bank"
#This is the name of the can take items item in the rank panel menu
#######################################################################
GuildRank_CanBuild_Item_Name: "&bToggle Can Build in Current Chunk"
#This is the name of the can change perms item in the rank panel menu
#######################################################################
GuildRank_CanChest_Item_Name: "&bToggle Can Use Chests in Current Chunk"
#This is the name of the can change perms item in the rank panel menu
#######################################################################
GuildRank_CanDoor_Item_Name: "&bToggle Can Use Doors in Current Chunk"
#This is the name of the can change perms item in the rank panel menu
##########################################################
########################################### Guild Settings Gui Config ###########################################
##########################################################
GuildSettings_Gui_Name: "&bGuild Settings"
#The name of the guild view gui
#######################################################################
GuildSettings_Prefix_Item_Name: "Toggle Prefix"
#This is the item that will be displayed for each rank in guild show ranks menu
GuildSettings_Prefix_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the rank item in the guild show ranks menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Pre-Party Gui Config ###########################################
##########################################################
PreParty_Gui_Name: "&bPARTY MENU"
#The name of the preparty gui, aka the gui before the player has joined a party
#######################################################################
PreParty_Create_Item_ID: "42:0"
#This is the item that will surround the preparty gui
PreParty_Create_Item_Name: "&bCreate a Party"
#This is the name of the create item in the preparty menu
PreParty_Create_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preparty menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
PreParty_Invite_Item_ID: "41:0"
#This is the item that will surround the preparty gui
PreParty_Invite_Item_Name: "&bView Party Invites"
#This is the name of the invite item in the preparty menu
PreParty_Invite_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the preparty menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Party Invites Config ###########################################
##########################################################
PartyInvites_Gui_Name: "&bParty Invites"
#The name of the party rank panel gui
#######################################################################
PartyInvites_Party_Item_ID: "339:0"
#This is the item that will be displayed for each party invite from party in player party invites menu
PartyInvites_Party_Item_Lore:
- "&bLEFT CLICK to join this party!"
- "&cRIGHT CLICK to cancel this invite!"
# - "Line 3"
# - "Line 4"
##This is the lore of the party item in the player party invites menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Party Gui Config ###########################################
##########################################################
Party_Gui_Name: "&bParty"
#The name of the party gui
#######################################################################
Party_Filler_Item_ID: "160:6"
#This is the item that will surround the party gui
Party_Filler_Item_Name: "&l"
#This is the name of the filler item in the party menu
Party_Filler_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_Main_Item_ID: "54:0"
#This is the item that will be displayed for travel to the main menu
Party_Main_Item_Name: "&cBack"
#This is the name of the main item in the party menu
Party_Main_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the main item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_Players_Item_ID: "288:0"
#This is the item that will be displayed for travel to the players menu
Party_Players_Item_Name: "&bView Players"
#This is the name of the players item in the party menu
Party_Players_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the players item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_AddPlayer_Item_ID: "397:3"
#This is the item that will be displayed for travel to the addplayer menu
Party_AddPlayer_Item_Name: "&bInvite a Player"
#This is the name of the addplayer item in the party menu
Party_AddPlayer_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the addplayer item in the party menu. Remove the '#' to set lines. Add as many as you want
#######################################################################
Party_Leave_Item_ID: "166:0"
#This is the item that will be displayed for travel to the leave menu
Party_Leave_Item_Name: "&bLeave Party"
#This is the name of the leave item in the party menu
Party_Leave_Item_Lore:
# - "Line 1"
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the leave item in the party menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Party Gui Config ###########################################
##########################################################
PartyPlayers_Gui_Name: "&bPlayers"
#The name of the party gui
#######################################################################
PartyPlayers_Player_Item_ID: "397:3"
#This is the item that will surround the party gui
PartyPlayers_Player_Item_Lore:
- "&cClick to kick from party."
# - "Line 2"
# - "Line 3"
# - "Line 4"
##This is the lore of the filler item in the party menu. Remove the '#' to set lines. Add as many as you want
##########################################################
########################################### Permissions ###########################################
##########################################################
# rpgc.admin
#- Gives all other commands + necessary for /g delete
# rpgc.rpgc
#- Use /rpgc
# rpgc.useguild
#- Ability to use guild functions
# rpgc.useparty
#- Ability to use party functions
ID: 1
message.yml Example
Code (Text):
##########################################################
########################################### Message Config ###########################################
##########################################################
Command_rpg_Help: "&7 - Opens This."
Command_rpgc_Help: "&7 - Opens RPGCommunity Gui."
Command_g_Help: "&7 - See Guild Commands."
Command_g-claim_Help: "&7 - Claims Chunk You're Currently In For Guild."
Command_g-unclaim_Help: "&7 - Unclaims Chunk You're Currently In For Guild."
Command_g-giveitem_Help: "&7 - Donates Itemstack in Hand to Guild Inventory."
Command_g-delete_Help: "&7 - Deletes Guild."
Command_g-delete_Successful: "%guild% deleted."
Command_g-delete_Admin_Help: "/g delete (guildName)&7 - Deletes guild"
Command_g-delete_AdminError_Guild_Not_Created: "That guild does not yet exist!"
GuildClaimError_Not_In_Guild: "You are not part of a guild!\n&7 - Type /rpgc to open gui"
GuildClaimError_Not_Owner: "Only the owner can do this!"
GuildClaimError_Not_Enough_Power: "This chunk requires a guild score of %needed_score% and your guild only has a score of %score%!"
GuildClaimError_Already_WorldGuard_Claim: "This land can not be claimed!"
GuildClaimError_Already_Factions_Claim: "This land can not be claimed!"
GuildClaimError_Server_Disabled_Claim: "This server has diabled land claiming!"
GuildClaim_Successful: "Claimed land!"
GuildCreateError_Guild_Name_Taken: "That is already a guild!"
GuildCreateError_Improper_Guild_Name: "Improper name! Please only use letters, '-', and '_'."
GuildCreateError_Bad_Word_In_Guild_Name: "Improper name! Please don't use bad words."
GuildCreate_Successful: "Created %guild%!"
GuildInviteError_Player_Already_In_Guild: "That player is already in a guild!"
GuildInviteError_Player_Invites_Full: "That player's invite list is full!"
GuildInviteError_Player_Already_Invited: "You have already invited that player!"
GuildInvite_Successful: "Successfully invited player!"
PartyInviteError_Player_Already_In_Party: "That player is already in a party!"
PartyInviteError_Player_Invites_Full: "That player's invite list is full!"
PartyInviteError_Player_Already_Invited: "You have already invited that player!"
PartyInvite_Successful: "Successfully invited player!"
PartyJoinError_Party_Full: "That party is full!"
PartyJoinError_Party_No_Longer_Exists: "That party no longer exists!"
PartyJoin_Successful: "Successfully joined the Party!"
GuildPayError_Improper_Amount: "Please only include numbers next time!"
GuildPayError_Guild_Balance_Not_Enough: "The guild doesn't have that much money!"
GuildPayError_Player_Balance_Not_Enough: "You don't have that much money!"
GuildPayError_Guild_Xp_Not_Enough: "The guild doesn't have that much exp!"
GuildPayError_Player_Xp_Not_Enough: "You don't have that much exp!"
GuildPayMoney_Success: "Successfully sent money!"
GuildPayXp_Success: "Successfully sent exp!"
GuildRankError_Attempt_Change_Owner: "You can't do that!"
GuildRank_Success: "Successfully set rank!"
GuildUnclaimError_Not_In_Guild: "You are not part of a guild!\n&7 - Type /rpgc to open gui"
GuildUnclaimError_Not_Owner: "Only the owner can do this!"
GuildUnclaimError_Not_Their_Land: "This land is not yours!"
GuildUnclaim_Successful: "Unclaimed land!"
Entering_Guild_Land_Notification: "Now Entering %guild%'s Land"
Leaving_Guild_Land_Notification: "Now Leaving %guild%'s Land"
Guild_Item_Donated: "Item donated to guild!"
Guild_ItemError_Not_Holding_Item: "Please hold items in your hand!"
Guild_Create_Question_Name: "What would you like to name your guild?\n&ctype 'cancel' to cancel."
Guild_Invite_Question_Player: "Which player would you like to invite?\n&ctype 'cancel' to cancel."
Guild_Rank_Question_Name: "What rank do you want to set them?\n&ctype 'cancel' to cancel."
Guild_Xp_Question_Amount: "How much exp would you like to send?\n&ctype 'cancel' to cancel."
Guild_Money_Question_Amount: "How much money would you like to send?\n&ctype 'cancel' to cancel."
Party_Invite_Question_Player: "Which player would you like to invite?\n&ctype 'cancel' to cancel."
Guild_Join_Notification: "Successfully joined %guild%!"
Guild_Removed_Notification: "Removed from guild!"
Guild_Kick_Notification: "Player removed from guild."
Guild_BankNotification_Item_Already_Taken: "That item was taken!"
Party_Disband_Notification: "Your party has disbanded!"
Party_Removal_Notification: "You have been removed from your party."
Player_Inventory_Full_Notification: "Your inventory is full!"
No_Attacking_Friendly_Notification: "You can't attack those who are in your %reason%"
Party_Create_Notification: "Created Party!"
Player_Typed_Cancel_To_A_Prompt: "Successfully cancelled!"
########################################### Message Config ###########################################
##########################################################
Command_rpg_Help: "&7 - Opens This."
Command_rpgc_Help: "&7 - Opens RPGCommunity Gui."
Command_g_Help: "&7 - See Guild Commands."
Command_g-claim_Help: "&7 - Claims Chunk You're Currently In For Guild."
Command_g-unclaim_Help: "&7 - Unclaims Chunk You're Currently In For Guild."
Command_g-giveitem_Help: "&7 - Donates Itemstack in Hand to Guild Inventory."
Command_g-delete_Help: "&7 - Deletes Guild."
Command_g-delete_Successful: "%guild% deleted."
Command_g-delete_Admin_Help: "/g delete (guildName)&7 - Deletes guild"
Command_g-delete_AdminError_Guild_Not_Created: "That guild does not yet exist!"
GuildClaimError_Not_In_Guild: "You are not part of a guild!\n&7 - Type /rpgc to open gui"
GuildClaimError_Not_Owner: "Only the owner can do this!"
GuildClaimError_Not_Enough_Power: "This chunk requires a guild score of %needed_score% and your guild only has a score of %score%!"
GuildClaimError_Already_WorldGuard_Claim: "This land can not be claimed!"
GuildClaimError_Already_Factions_Claim: "This land can not be claimed!"
GuildClaimError_Server_Disabled_Claim: "This server has diabled land claiming!"
GuildClaim_Successful: "Claimed land!"
GuildCreateError_Guild_Name_Taken: "That is already a guild!"
GuildCreateError_Improper_Guild_Name: "Improper name! Please only use letters, '-', and '_'."
GuildCreateError_Bad_Word_In_Guild_Name: "Improper name! Please don't use bad words."
GuildCreate_Successful: "Created %guild%!"
GuildInviteError_Player_Already_In_Guild: "That player is already in a guild!"
GuildInviteError_Player_Invites_Full: "That player's invite list is full!"
GuildInviteError_Player_Already_Invited: "You have already invited that player!"
GuildInvite_Successful: "Successfully invited player!"
PartyInviteError_Player_Already_In_Party: "That player is already in a party!"
PartyInviteError_Player_Invites_Full: "That player's invite list is full!"
PartyInviteError_Player_Already_Invited: "You have already invited that player!"
PartyInvite_Successful: "Successfully invited player!"
PartyJoinError_Party_Full: "That party is full!"
PartyJoinError_Party_No_Longer_Exists: "That party no longer exists!"
PartyJoin_Successful: "Successfully joined the Party!"
GuildPayError_Improper_Amount: "Please only include numbers next time!"
GuildPayError_Guild_Balance_Not_Enough: "The guild doesn't have that much money!"
GuildPayError_Player_Balance_Not_Enough: "You don't have that much money!"
GuildPayError_Guild_Xp_Not_Enough: "The guild doesn't have that much exp!"
GuildPayError_Player_Xp_Not_Enough: "You don't have that much exp!"
GuildPayMoney_Success: "Successfully sent money!"
GuildPayXp_Success: "Successfully sent exp!"
GuildRankError_Attempt_Change_Owner: "You can't do that!"
GuildRank_Success: "Successfully set rank!"
GuildUnclaimError_Not_In_Guild: "You are not part of a guild!\n&7 - Type /rpgc to open gui"
GuildUnclaimError_Not_Owner: "Only the owner can do this!"
GuildUnclaimError_Not_Their_Land: "This land is not yours!"
GuildUnclaim_Successful: "Unclaimed land!"
Entering_Guild_Land_Notification: "Now Entering %guild%'s Land"
Leaving_Guild_Land_Notification: "Now Leaving %guild%'s Land"
Guild_Item_Donated: "Item donated to guild!"
Guild_ItemError_Not_Holding_Item: "Please hold items in your hand!"
Guild_Create_Question_Name: "What would you like to name your guild?\n&ctype 'cancel' to cancel."
Guild_Invite_Question_Player: "Which player would you like to invite?\n&ctype 'cancel' to cancel."
Guild_Rank_Question_Name: "What rank do you want to set them?\n&ctype 'cancel' to cancel."
Guild_Xp_Question_Amount: "How much exp would you like to send?\n&ctype 'cancel' to cancel."
Guild_Money_Question_Amount: "How much money would you like to send?\n&ctype 'cancel' to cancel."
Party_Invite_Question_Player: "Which player would you like to invite?\n&ctype 'cancel' to cancel."
Guild_Join_Notification: "Successfully joined %guild%!"
Guild_Removed_Notification: "Removed from guild!"
Guild_Kick_Notification: "Player removed from guild."
Guild_BankNotification_Item_Already_Taken: "That item was taken!"
Party_Disband_Notification: "Your party has disbanded!"
Party_Removal_Notification: "You have been removed from your party."
Player_Inventory_Full_Notification: "Your inventory is full!"
No_Attacking_Friendly_Notification: "You can't attack those who are in your %reason%"
Party_Create_Notification: "Created Party!"
Player_Typed_Cancel_To_A_Prompt: "Successfully cancelled!"
Guild Information
The purpose of guilds is to create a more permanent group for players to join and identify with.
⟹ Highly interactive gui system.
⟹ Easy to understand invite system.
⟹ Guild bank that holds items, xp, and $.
⟹ Per-guild ranking system definable by each guild's owner.
⟹ Guild chat for members to discuss stuff securely.
⟹ Toggleable prefix for players to choose to rep their guild or not.
⟹ Extremely configurable guilds on the guild owner's side
⟹ Guild score to come soon...
⟹ ( "rpgc.useguild") /g claim - Claims the chunk a player is currently in.
⟹ ( "rpgc.useguild") /g unclaim - Unclaims the chunk a player is currently in.
⟹ ( "rpgc.useguild") /g giveitem - Donates the entire held itemstack to the guild bank.
⟹ Admin Command ("rpgc.admin") /g delete - Deletes the selected guild.
Party Information
The purpose of parties is to create a temporary group for players to join and participate in raids.
⟹ Highly interactive gui system.
⟹ Gaining experience also rewards all other members of party (configurable).
⟹ Easy to understand invite system.
⟹ None! Everything is done through '/rpgc' gui (futuristic huh).
Donations: Support me (a college student) @
_- https://paypal.me/AaronSkeels -_
_- https://paypal.me/AaronSkeels -_
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
// RPGCommunity+ | [1.8-1.12] | [Factions & WorldGuard] | [PlaceholderAPI] \\ is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 479 times (via Spigot). Download it and open it directly in the game.