Commands and Permissions
This plugin requires no permission configuration by default, server owners can use it out of the box (hot-loading plugins may cause default permissions to be invalid)
For versions below 1.12, use tab completion for unknown types, versions 1.12+ will automatically suggest
# Permissions
| Permission | Purpose | Default Owner |
|---|---|---|
| playerGuild.reload | Reload Plugin | op |
| playerGuild.create | Create Guild | true |
| playerGuild.addLogo | Add Logo Shop Item | op |
| playerGuild.addShop | Add Guild Shop Item | op |
| playerGuild.setLocation | Set PVP Arena | op |
| playerGuild.view | Admin View Info | op |
| playerGuild.spawn | Return to Guild Home | true |
| playerGuild.setSpawn | Set Guild Home | true |
| playerGuild.createWorld | Create Guild World | op |
| playerGuild.up | Upgrade Guild | true |
| playerGuild.leave | Leave Guild | true |
| playerGuild.accept | Accept Guild Join | true |
| playerGuild.deny | Deny Guild Join | true |
| playerGuild.open | Open Guild List | true |
| playerGuild.acceptPvp | Accept Guild War | true |
| playerGuild.denyPvp | Deny Guild War | true |
| playerGuild.editGuildName | Edit Guild Name | true |
| playerGuild.give | Add Contribution (1.0.2+) | op |
| playerGuild.take | Reduce Contribution (1.0.2+) | op |
| playerGuild.set | Set Contribution (1.0.2+) | op |
| playerGuild.refresh | Refresh (1.0.3+) | op |
| playerGuild.dissolve | Force Disband Guild (1.2.0+) | op |
| playerGuild.create.color | Guild Name Can Use Color Codes (1.2.0+) | op |
| playerGuild.signIn | Use Command for Backend Check-in (1.2.7+) | op |
| playerGuild.look | Use Command to Check if Guild War is Active (1.2.7+) | op |
| playerGuild.start | Use Command to Immediately Start Season Guild War (1.3.2+) | op |
| playerGuild.convert | Convert Data Source (1.3.3+) | op |
| playerGuild.me | Open My Guild Page (1.4.7+) | true |
| playerGuild.giveLogo | Give Guild Logo (1.5.0+) | op |
| playerGuild.setDefaultLogo | Set Default Guild Logo (1.5.0+) | op |
| playerGuild.join | Command Join Guild (1.7.8+) | op |
| playerGuild.adminCreate | OP Directly Create Guild (1.9.8+) | op |
| playerGuild.adminEditGuildName | OP Update Guild Name (1.11.0+) | op |
| playerGuild.setRole | Set Guild Player Role (1.12.4+) | op |
| playerGuild.invitation | Command Invite Join (1.13.4+) | true |
| playerGuild.adminUp | Command Force Upgrade Guild (1.13.5+) | op |
# Commands
| Command | Purpose |
|---|---|
| /plg reload | Reload Config |
| /plg create [Guild Name] | Create Guild |
| /plg open (Type) | Open Guild Interface |
| /plg view [Type] | Admin View Info |
| /plg setLocation [Type] [Arena Name] [Spawn Point] | Set Guild War Arena (Type: season: season arena, mate: match arena) |
| /plg addShop [Price] (Level) (Purchase Limit) (Limit Type) | Hold Item to List in Guild Shop |
| /plg addLogo [Price] (Level) (Edit ID) | Hold Item to List in Guild Logo Shop |
| /plg restore [Player Name] | Emergency Command, Get Player Pre-Guild War Backup Equipment |
| /plg give [Type] [Name][Amount] | Add Guild Funds/Guild Activity/Player Contribution (1.0.2+) |
| /plg take [Type] [Name][Amount] | Reduce Guild Funds/Guild Activity/Player Contribution (1.0.2+) |
| /plg set [Type] [Name][Amount] | Set Guild Funds/Guild Activity/Player Contribution (1.0.2+) |
| /plg refresh | Refresh, Used to Fix Guild Missing Tasks or Titles (1.0.3+) |
| /plg dissolve [Guild Name] | Force Disband Guild (1.2.0+) |
| /plg setEquipment (Type) | Set Fair PVP Equipment (1.2.0+) |
| /plg signIn [vault or point] [Player Name] | Use Command for Backend Player Check-in (1.2.7+) |
| /plg look | Use Command to Check if Guild War is Active (1.2.7+) |
| /plg look (Guild Name) | Use Command to View Current Guild Member List (1.6.6+) |
| /plg start | Use Command to Immediately Start Season Guild War (1.3.2+) |
| /plg convert [MySQL-SQLite] | Convert Data Source (1.3.3+) |
| /plg me | Open My Guild Page (1.4.7+) |
| /plg giveLogo [Guild Name] | Hold Item to Set as Corresponding Guild Logo (1.5.0+) |
| /plg setDefaultLogo | Hold Item to Set as Default Guild Logo (1.5.0+) |
| /plg join [Guild Name] | Command Join Guild (1.7.8+) |
| /plg acceptPvp | Accept Guild War |
| /plg denyPvp | Deny Guild War |
| /plg adminCreate [Guild Name] (Online Player Name) | OP Directly Create Guild (1.9.8+) |
| /plg adminEditGuildName [Old Guild Name] [New Guild Name] | OP Update Guild Name (1.11.0+) |
| /plg setRole [Player Name] [Role] | Set Guild Player Role (1.12.4+) |
| /plg invitation [Player Name] | Command Invite Player Join (1.13.4+) |
| /plg adminUp [Guild Name] (Level) | Command Force Upgrade Guild (1.13.5+) |
[] Required () Optional
Internal Variable Explanation
${guildName} is a commonly used internal variable
Can be used in commands requiring guild name to automatically get the executing player's guild name
For example, to upgrade player's guild level +1, other commands work similarly
/plg adminUp ${guildName}
open Parameter Explanation (1.5.0+)
/plg open prosperity_degree Sort by guild activity
/plg open level Sort by guild level
/plg open money Sort by guild funds
/plg open create_time Sort by guild creation time
/plg open member_count Sort by guild member count
/plg open month_prosperity_degree Sort by monthly guild activity
view Parameter Explanation
/plg view location Manage arenas
/plg view shop Manage shops
/plg view logo Manage logos
/plg view equipment Manage equipment (1.2.0+)
give take set Parameter Explanation
[Type] Can be three types: guildMoney guildActive player guildOre (corresponding to guild funds, guild activity, player contribution, guild ore)
[Name] For guild type fill guild name, for player type fill player name. Available variables (get operator) ${player} ${guildName}
[Amount] Amount to set
1. Add player contribution 100
/plg give player [Player Name] 100
2. Use variable to add guild funds 100
/plg give guildMoney ${guildName} 100
3. Use guild name to add guild activity 100
/plg give guildActive [Guild Name] 100
4. Use guild name to add guild ore 100 (1.11.3+)
/plg give guildOre [Guild Name] 100
/plg restore Command Parameter Explanation
/plg restore [Player Name] command generally not needed or concerned about
But when fair guild war is enabled, if server crashes unexpectedly or for unknown reasons
Causing player inventory to be cleared, this can save server owner's life
Can use command to get player's pre-guild war backup items to your inventory (remember to empty your inventory first), then return to player
/plg refresh Explanation
1. Reset guild title information
2. Reset guild task information
3. Fix no guild leader BUG
4. Fix incorrect current/max guild member count
5. Reset guild world border
6. Reset guild world rules
/plg addShop Type Explanation (default permanent)
- day Daily
- week Weekly
- month Monthly
- only Permanent