mirror of
https://github.com/plexusorg/Module-Guilds.git
synced 2026-06-05 03:06:54 +00:00
Update for Plex 2.0
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
guildsHelpCommand: "<gradient:gold:yellow>======</gradient>Guild Menu<gradient:gold:yellow>======</gradient><newline><newline>{0}"
|
||||
guildsCommandDisplay: "<gold>{0} <yellow>{1}"
|
||||
guildCommandNotFound: "<red>'<gold>{0}</gold>'<red> is not a valid sub command!"
|
||||
guildNotFound: "<red>You're currently not a part of a guild!"
|
||||
guildInThis: "<red>You're currently a part of this guild!"
|
||||
alreadyInGuild: "<red>You're currently in a guild. Please do <gold>/guild leave<red> if you're a member, or if you're an owner with members, <gold>/guild promote <player><red> then <gold>/guild leave<red>, or just an owner, <gold>/guild disband<red>."
|
||||
guildNotOwner: "<red>You're not the owner of this guild!"
|
||||
guildMemberNotFound: "<red>This guild member could not be found!"
|
||||
guildOwnerSet: "<green>You have successfully promoted <dark_green>{0}<green> to be the new guild owner. You have been set to a default guild member."
|
||||
guildPrefixSet: "<green>You have changed the guild prefix to '<gold>{0}</gold><green>'"
|
||||
guildPrefixCleared: "<green>Your guild's prefix has been cleared."
|
||||
guildWarpAlphanumeric: "<red>Warp names may only contain alphabetical and/or numerical characters."
|
||||
guildWarpExists: "<red>'<gold>{0}</gold>'<red> is already an existing warp!"
|
||||
guildWarpNotFound: "<red>'<gold>{0}</gold>'<red> is not a valid warp!"
|
||||
guildWarpCreated: "<green>You have created a warp called '<dark_green>{0}</dark_green><green>'"
|
||||
guildHomeRemoved: "<green>You have removed the guild's home!"
|
||||
guildHomeSet: "<green>You have changed the guild's home!"
|
||||
guildHomeNotFound: "<red>This guild currently has no home set."
|
||||
guildChatMessage: "<blue>[GUILD] <aqua>{0} <yellow>{1}"
|
||||
guildChatToggled: "<green>Your chat has been toggled {0}"
|
||||
guildChatConsoleLog: "<blue>[GUILD - {0}:{1}] <aqua>{2} <yellow>{3}"
|
||||
guildNoInvite: "<red>You don't have any pending invitations!"
|
||||
guildNotValidInvite: "<red>You don't have an invite from this guild!"
|
||||
guildInviteExists: "<red>You've already sent an invite to this person!"
|
||||
guildInviteSent: "<green>You have sent an invite to <dark_green>{0}"
|
||||
guildInviteReceived: "<gold>You have received an invite from <yellow>{0}<gold> for the guild <yellow>{1}<newline><newline><green><bold><click:run_command:/guild invite accept {1}>[ACCEPT]<newline><newline><!bold><gold>You may also run <yellow>/guild invite accept {1}<gold> to accept this invite. It will expire in 5 minutes"
|
||||
guildMemberJoined: "<green>{0} has joined the guild!"
|
||||
guildMemberLeft: "<green>{0} has left the guild!"
|
||||
guildDisbandNeeded: "<red>You need to disband your guild using <gold>/guild disband<red> or promote a new owner using <gold>/guild owner <player>"
|
||||
guildAutoDisbanded: "<green>Auto-disbanding your guild since there were no members"
|
||||
@@ -1,4 +1,5 @@
|
||||
name: Module-Guilds
|
||||
main: dev.plex.Guilds
|
||||
description: The guilds module for Plex
|
||||
version: 1.5
|
||||
version: 2.0-SNAPSHOT
|
||||
apiCompatibility: 1
|
||||
|
||||
Reference in New Issue
Block a user