MACIEJNIERZWICKI.PL

MINECRAFT PLUGINS


WG-GUI

Inventory-based interaction with WorldGuard

Configuration – lang.yml

MiniMessage-formatted lang.yml (default on Paper 1.17+)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
CHAT_PREFIX: "<dark_aqua><bold>[WG-GUI]<reset> "
CHAT_PLUGINCFG_RELOADED
: "<white>Configurations reloaded."
CHAT_NOPERM
: "You don't have permission."
CHAT_NOTPLAYER
: "<white>You have to be player to run this command."
CHAT_TYPE_REGION_NAME
: "<white>Type name of your region. If you want to abort, type 'q'."
CHAT_TYPE_PLAYER_NAME
: "<white>Type name of player you want to add/remove. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_STRING
: "<white>Type new String value for <green><flagName> <white>flag. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_INT
: "<white>Type new numeric value (without decimals) for <green><flagName> <white>flag. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_DOUBLE
: "<white>Type new numeric value (with optional decimals) for <green><flagName> <white>flag. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_LOCATION
: "<white>Go to the desired location for <green><flagName> <white>flag and type 'set'. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_SET
: "<white>Type value (prefixed with '+' character) you want to add to <green><flagName> <white>flag. If you want to remove existing element, enter its name prefixed with '-' character. If you want to add/remove more than one element at once, separate them with commas. If you want to abort, type 'q'. Example values: '+/heal', '+ZOMBIE', '-/unwantedcommand,/command2'"
CHAT_SELECT_REGION_BOUNDARIES
: "<white>Use WorldEdit to select region boundaries and type 'create' (or 'edit' if you're editing existsing region). If you want to abort, type 'q'."
CHAT_ACTION_ABORTED
: "<white>Operation aborted."
CHAT_REGION_CREATED
: "<white>Region <green><regionName> <white>created."
CHAT_REGION_EXISTS
: "<white>Region with given name already exists in this world."
CHAT_REGION_NOTPRESENT
: "<white>Selected region no longer exists. Has it been removed?"
CHAT_TARGETREGION_NOTPRESENT
: "<white>Selected target region no longer exists. Has it been removed?"
CHAT_SOURCEREGION_NOTPRESENT
: "<white>Selected source region no longer exists. Has it been removed?"
CHAT_FLAG_NOTPRESENT
: "<white>Selected flag not found."
CHAT_FLAG_VALUE_INVALID
: "<white>Selected value is not valid for this flag."
CHAT_REGEX_GENERAL
: "<white>Your input may contain only letters, numbers and '/', '_' characters."
CHAT_REGEX_PLAYERNAME
: "<white>Your input may contain only letters, numbers and '_' characters."
CHAT_REGION_OVERLAP_NOPERM
: "<white>You can't create region that overlaps unowned regions."
CHAT_REGION_MEMBER_ADDED
: "<white>Player <green><player> <white>is now member of region <green><region>."
CHAT_REGION_OWNER_ADDED
: "<white>Player <green><player> <white>is now owner of region <green><region>."
CHAT_REGION_MEMBER_REMOVED
: "<white>Player <green><player> <white>is no longer member of region <green><region>."
CHAT_REGION_OWNER_REMOVED
: "<white>Player <green><player> <white>is no longer owner of region <green><region>."
CHAT_REGION_OWNER_MULTIPLE_NOPERM
: "<white>You can't set more than one owner in a region."
CHAT_REGION_REMOVED
: "<white>Region <green><region> <white>removed."
CHAT_REGION_BOUNDS_EDITED
: "<white>Region <green><region> <white>bounds have been modified."
CHAT_REGION_FLAGSCOPIED
: "<white>Copied flags values from <green><regionFrom> <white>to <green><regionTo> <white>region."
CHAT_REGION_FLAG_EDITED
: "<green><flag> <white>flag value has changed to <green><value> <white>in region <green><region><white>."
CHAT_LOCATION_FLAG_VALUE_FORMAT
: "X: <green><x><white>, Y: <green><y><white>, Z: <green><z><white>, World: <green><world>"
CHAT_SET_FLAG_VALUE_EMPTY_FORMAT
: "[Empty set]"
CHAT_INV_CLOSED_PLUGINDISABLED
: "<white>Your inventory was closed due to plugin being disabled."
CHAT_REGION_PARENT_SET
: "<white>Region <green><parentregion> <white>region is now parent region of region <green><childregion><white>."
CHAT_REGION_PARENT_UNSET
: "<white>Region <green><region> <white>no longer has parent region."
CHAT_REGION_PARENT_EXISTS
: "<white>Region <green><region> <white>already has parent region."
CHAT_REGION_PARENT_NOTPRESENT
: "<white>Region <green><region> <white>has no parent region."
CHAT_REGION_ALREADY_PARENT_OF_CHILD_REGION
: "<white>Region <green><parentregion> <white>is already parent of <green><childregion> <white>region."
CHAT_REGION_TEMPLATE_NOTPRESENT
: "<white>Selected template no longer exists. Has it been removed?"
CHAT_REGION_TEMPLATE_SET
: "<white>Applied <green><template> <white>template to <green><region> <white>."
CHAT_CHILDREGION_IS_PARENTREGION
: "<white>Child region <green><childregion> <white>is the same region as selected parent region <green><parentregion><white>."
CHAT_CHILDREGION_IS_PARENT_OF_PARENTREGION
: "<white>Child region <green><childregion> <white>is parent of selected parent region <green><parentregion><white>."
CHAT_REGION_RENAMED
: "<green><oldName> <white>region name has changed to: <green><newName><white>."
CHAT_GUIITEM_HINT
: "You've got WG-GUI Item. Press right-click to use it."
CHAT_REGION_LIMIT
: "You can't have more than <green><count> <white>regions."
CHAT_WORLD_NOT_IN_WORLDGUARD
: "<white>Selected world <green><world> <white>isn't recognized by WorldGuard. Is it properly configured?"
CHAT_TARGETWORLD_NOTPRESENT
: "<white>Selected target world no longer exists. Has it been unloaded?"
CHAT_SOURCEWORLD_NOTPRESENT
: "<white>Selected source world no longer exists. Has it been unloaded?"
CHAT_SOURCE_AND_TARGET_WORLD_DIFFERENT
: "&fSource and target world are different."
CHAT_PLAYER_NOT_MEMBER
: "<white>Player <green><player> <white>is not member of region <green><region><white>."
CHAT_PLAYER_NOT_OWNER
: "<white>Player <green><player> <white>is not owner of region <green><region><white>."
CHAT_PLAYER_ALREADY_MEMBER
: "<white>Player <green><player> <white>is already member of region <green><region><white>."
CHAT_PLAYER_ALREADY_OWNER
: "<white>Player <green><player> <white>is already owner of region <green><region><white>."
CHAT_PLAYER_UNKNOWN
: "<white>Player <green><player> <white>is unknown."
CHAT_AWAITING_RESPONSE_TO_TEXTINPUT
: "<white>Awaiting response to your last text input, please wait."
CHAT_REGION_CREATE_NOT_PERMITTED_IN_WORLD
: "<white>You don't have permission to create region in this world."
CHAT_NO_ACCESSIBLE_WORLDS
: "<white>There are no worlds where you are allowed to edit regions."
CHAT_NO_OWNED_REGIONS_IN_WORLD
: "<white>There are no regions you can edit in this world."
INV_MAIN_TITLE
: "WG-GUI Main Menu"
INV_GUIITEM_DISPLAYNAME
: "<dark_aqua><bold>WG-GUI"
INV_GUIITEM_LORE
:
- "<gray>Right-click to open WG-GUI."
INV_MAIN_CREATE_REGION
: "Create a new region"
INV_MAIN_EDIT_REGION
: "Edit existing region"
INV_MAIN_EDIT_LASTREGION
: "Edit last modified region"
INV_MAIN_EDIT_LASTREGION_MORE
:
- "Region
: <region>"
- "
World: <world>"
INV_MAIN_RELOAD_CONFIG: "
Reload configurations"
INV_EXIT: "
Exit"
INV_EXIT_ALL: "
<gray><italic>(Shift-click to close GUI)"
INV_SELECT_REGION_TEMPLATE_TITLE: "
Select region template"
INV_SELECT_WORLD_TITLE: "
Select World"
INV_SELECT_REGION_TITLE: "
Select Region"
INV_SELECT_REGIONVISIBILITY: "
Change region visibility"
INV_SELECT_REGIONVISIBILITY_ALL:
- "
Showing all regions"
INV_SELECT_REGIONVISIBILITY_OWNED:
- "
Showing owned regions"
INV_REGION_OPTIONS: "
Region Options"
INV_REGION_OPTIONS_EDITFLAGS: "
Edit flags"
INV_REGION_OPTIONS_EDITFLAGS_TITLE: "
Edit flags"
INV_REGION_OPTIONS_TEMPLATE: "
Select template"
INV_REGION_OPTIONS_TEMPLATE_NONAME: "
No name"
INV_REGION_OPTIONS_TEMPLATE_NODESCRIPTION: "
No description"
INV_REGION_OPTIONS_TEMPLATE_HINT:
- "
Click to apply this template"
- "
to the region."
INV_REGION_OPTIONS_MEMBERSHIP: "
Edit owners/members of this region"
INV_REGION_OPTIONS_MEMBERSHIP_TITLE: "
Region owners/members"
INV_REGION_OPTIONS_REMOVE: "
Remove this region"
INV_REGION_OPTIONS_COPYFLAGS: "
Copy flags from other region"
INV_REGION_OPTIONS_PARENT: "
Set/unset parent region"
INV_REGION_OPTIONS_PARENT_DESCRIPTION:
- "
Left-click - set parent region"
- "
Right-click - unset current parent region"
INV_REGION_OPTIONS_RENAME: "
Rename region"
INV_REGION_OPTIONS_MEMBERSHIP_ADDOWNER: "
Add owner to this region"
INV_REGION_OPTIONS_MEMBERSHIP_ADDMEMBER: "
Add member to this region"
INV_REGION_OPTIONS_MEMBERSHIP_REMOVEMEMBER: "
Remove member from this region"
INV_REGION_OPTIONS_MEMBERSHIP_REMOVEOWNER: "
Remove owner from this region"
INV_REGION_OPTIONS_BOUNDARIES: "
Edit region boundaries"
INV_REGION_OPTIONS_MEMBERSHIP_SELECTPLAYER_TITLE: "
Select player"
INV_FLAG_DISPLAYNAME: "
<green><flagName>"
INV_FLAG_VALUE: "
<blue>Value:"
INV_FLAG_NODESCRIPTION:
- "
This flag has no description."
INV_NAV_PAGE: "
Switch page"
INV_NAV_PAGENUMBER: "
<pagenumber>"
INV_REGION_OPTIONS_EDITFLAGS_HELP_DISPLAYNAME: "
<yellow>Help"
INV_REGION_OPTIONS_EDITFLAGS_HELP_LORE:
  - '<dark_aqua> Left Click - Change flag value'
  - '<dark_aqua> Right Click - Set flag value to default'
  - '<dark_aqua> Shift + Left Click - Change protection domain'
INV_ACTIONCONFIRM: "
<yellow>Are you sure?"
INV_MAIN_GETITEM: "
Get GUI Item"
INV_FLAG_VALUE_ALLOW: "
ALLOW"
INV_FLAG_VALUE_DENY: "
DENY"
INV_FLAG_VALUE_DEFAULT: "
<white>DEFAULT"
INV_FLAG_VALUE_TRUE: "
TRUE"
INV_FLAG_VALUE_FALSE: "
FALSE"
INV_FLAG_PROTECTIONDOMAIN_NONE: "
NONE"
INV_FLAG_PROTECTIONDOMAIN_ALL: "
ALL"
INV_FLAG_PROTECTIONDOMAIN_MEMBERS: "
MEMBERS"
INV_FLAG_PROTECTIONDOMAIN_OWNERS: "
OWNERS"
INV_FLAG_PROTECTIONDOMAIN_NONMEMBERS: "
NON_MEMBERS"
INV_FLAG_PROTECTIONDOMAIN_NONOWNERS: "
NON_OWNERS"
UNKNOWN_PLAYER_NAME_REPLACEMENT: "
Unknown player"
UNKNOWN_PLAYER_UUID_REPLACEMENT: "
Unknown UUID"
HELP_COMMAND_OPEN:
- "
<gray>/wggui <white>- open WG-GUI main menu"
HELP_COMMAND_RELOAD:
- "
<gray>/wggui reload <white>- reload WG-GUI configuration"
Legacy-formatted lang.yml (default when modern formatting not supported on running server)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
CHAT_PREFIX: "&3&l[WG-GUI]&r "
CHAT_PLUGINCFG_RELOADED
: "&fConfigurations reloaded."
CHAT_NOPERM
: "You don't have permission."
CHAT_NOTPLAYER
: "&fYou have to be player to run this command."
CHAT_TYPE_REGION_NAME
: "&fType name of your region. If you want to abort, type 'q'."
CHAT_TYPE_PLAYER_NAME
: "&fType name of player you want to add/remove. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_STRING
: "&fType new String value for &a<flagName> &fflag. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_INT
: "&fType new numeric value (without decimals) for &a<flagName> &fflag. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_DOUBLE
: "&fType new numeric value (with optional decimals) for &a<flagName> &fflag. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_LOCATION
: "&fGo to the desired location for &a<flagName> &fflag and type 'set'. If you want to abort, type 'q'."
CHAT_TYPE_FLAG_VALUE_SET
: "&fType value (prefixed with '+' character) you want to add to &a<flagName> &fflag. If you want to remove existing element, enter its name prefixed with '-' character. If you want to add/remove more than one element at once, separate them with commas. If you want to abort, type 'q'. Example values: '+/heal', '+ZOMBIE', '-/unwantedcommand,/command2'"
CHAT_SELECT_REGION_BOUNDARIES
: "&fUse WorldEdit to select region boundaries and type 'create' (or 'edit' if you're editing an existsing region). If you want to abort, type 'q'."
CHAT_ACTION_ABORTED
: "&fOperation aborted."
CHAT_REGION_CREATED
: "&fRegion &a<regionName> &fcreated."
CHAT_REGION_EXISTS
: "&fRegion with given name already exists in this world."
CHAT_REGION_NOTPRESENT
: "&fSelected region no longer exists. Has it been removed?"
CHAT_TARGETREGION_NOTPRESENT
: "&fSelected target region no longer exists. Has it been removed?"
CHAT_SOURCEREGION_NOTPRESENT
: "&fSelected source region no longer exists. Has it been removed?"
CHAT_FLAG_NOTPRESENT
: "&fSelected flag not found."
CHAT_FLAG_VALUE_INVALID
: "&fSelected value is not valid for this flag."
CHAT_REGEX_GENERAL
: "&fYour input may contain only letters, numbers and '/', '_' characters."
CHAT_REGEX_PLAYERNAME
: "&fYour input may contain only letters, numbers and '_' characters."
CHAT_REGION_OVERLAP_NOPERM
: "&fYou can't create region that overlaps unowned regions."
CHAT_REGION_MEMBER_ADDED
: "&fPlayer &a<player> &fis now member of region &a<region>."
CHAT_REGION_OWNER_ADDED
: "&fPlayer &a<player> &fis now owner of region &a<region>."
CHAT_REGION_MEMBER_REMOVED
: "&fPlayer &a<player> &fis no longer member of region &a<region>."
CHAT_REGION_OWNER_REMOVED
: "&fPlayer &a<player> &fis no longer owner of region &a<region>."
CHAT_REGION_OWNER_MULTIPLE_NOPERM
: "&fYou can't set more than one owner in a region."
CHAT_REGION_REMOVED
: "&fRegion &a<region> &fremoved."
CHAT_REGION_BOUNDS_EDITED
: "&fRegion &a<region> &fbounds have changed."
CHAT_REGION_FLAGSCOPIED
: "&fCopied flags values from &a<regionFrom> &fto &a<regionTo> &fregion."
CHAT_REGION_FLAG_EDITED
: "&a<flag> &fflag value has changed to &a<value> &fin region &a<region>&f."
CHAT_LOCATION_FLAG_VALUE_FORMAT
: "X: &a<x>&f, Y: &a<y>&f, Z: &a<z>&f, World: &a<world>"
CHAT_SET_FLAG_VALUE_EMPTY_FORMAT
: "[Empty set]"
CHAT_INV_CLOSED_PLUGINDISABLED
: "&fYour inventory was closed due to plugin being disabled."
CHAT_REGION_PARENT_SET
: "&fRegion &a<parentregion> &fis now parent region of region &a<childregion>&f."
CHAT_REGION_PARENT_UNSET
: "&fRegion &a<region> &fno longer has parent region."
CHAT_REGION_PARENT_EXISTS
: "&fRegion &a<region> &falready has parent region."
CHAT_REGION_PARENT_NOTPRESENT
: "&fRegion &a<region> &fhas no parent region."
CHAT_REGION_ALREADY_PARENT_OF_CHILD_REGION
: "&fRegion &a<parentregion> &fis already parent of &a<childregion> &fregion."
CHAT_REGION_TEMPLATE_NOTPRESENT
: "&fSelected template doesn't exist. Has it been removed?"
CHAT_REGION_TEMPLATE_SET
: "&fApplied &a<template> &ftemplate to &a<region> &fregion."
CHAT_CHILDREGION_IS_PARENTREGION
: "&fChild region &a<childregion> &fis the same region as selected parent region &a<parentregion>&f."
CHAT_CHILDREGION_IS_PARENT_OF_PARENTREGION
: "&fChild region &a<childregion> &fis parent of selected parent region &a<parentregion>&f."
CHAT_REGION_RENAMED
: "&a<oldName> &fregion name has changed to: &a<newName>&f."
CHAT_GUIITEM_HINT
: "You've got WG-GUI Item. Press right-click to use it."
CHAT_REGION_LIMIT
: "You can't have more than &a<count> &fregions."
CHAT_WORLD_NOT_IN_WORLDGUARD
: "&fSelected world &a<world> &fisn't recognized by WorldGuard. Is it properly configured?"
CHAT_TARGETWORLD_NOTPRESENT
: "&fTarget world no longer exists. Has it been unloaded?"
CHAT_SOURCEWORLD_NOTPRESENT
: "&fSource world no longer exists. Has it been unloaded?"
CHAT_SOURCE_AND_TARGET_WORLD_DIFFERENT
: "&fSource and target world are different."
CHAT_PLAYER_NOT_MEMBER
: "&fPlayer &a<player> &fis not member of region &a<region>&f."
CHAT_PLAYER_NOT_OWNER
: "&fPlayer &a<player> &fis not owner of region &a<region>&f."
CHAT_PLAYER_ALREADY_MEMBER
: "&fPlayer &a<player> &fis already member of region &a<region>&f."
CHAT_PLAYER_ALREADY_OWNER
: "&fPlayer &a<player> &fis already owner of region &a<region>&f."
CHAT_PLAYER_UNKNOWN
: "&fPlayer &a<player> &fis unknown."
CHAT_AWAITING_RESPONSE_TO_TEXTINPUT
: "&fAwaiting response to your last text input, please wait."
CHAT_REGION_CREATE_NOT_PERMITTED_IN_WORLD
: "&fYou don't have permission to create region in this world."
CHAT_NO_ACCESSIBLE_WORLDS
: "&fThere are no worlds where you are allowed to edit regions."
CHAT_NO_OWNED_REGIONS_IN_WORLD
: "&fThere are no regions you can edit in this world."
INV_MAIN_TITLE
: "WG-GUI Main Menu"
INV_GUIITEM_DISPLAYNAME
: "&3&lWG-GUI"
INV_GUIITEM_LORE
:
- "&7Right-click to open WG-GUI."
INV_MAIN_CREATE_REGION
: "Create a new region"
INV_MAIN_EDIT_REGION
: "Edit existing region"
INV_MAIN_EDIT_LASTREGION
: "Edit last modified region"
INV_MAIN_EDIT_LASTREGION_MORE
:
- "Region
: <region>"
- "
World: <world>"
INV_MAIN_RELOAD_CONFIG: "
Reload configurations"
INV_EXIT: "
Exit"
INV_EXIT_ALL: "
&7&o(Shift-click to close GUI)"
INV_SELECT_REGION_TEMPLATE_TITLE: "
Select region template"
INV_SELECT_WORLD_TITLE: "
Select World"
INV_SELECT_REGION_TITLE: "
Select Region"
INV_SELECT_REGIONVISIBILITY: "
Change region visibility"
INV_SELECT_REGIONVISIBILITY_ALL:
- "
Showing all regions"
INV_SELECT_REGIONVISIBILITY_OWNED:
- "
Showing owned regions"
INV_REGION_OPTIONS: "
Region Options"
INV_REGION_OPTIONS_EDITFLAGS: "
Edit flags"
INV_REGION_OPTIONS_EDITFLAGS_TITLE: "
Edit flags"
INV_REGION_OPTIONS_TEMPLATE: "
Select template"
INV_REGION_OPTIONS_TEMPLATE_NONAME: "
No name"
INV_REGION_OPTIONS_TEMPLATE_NODESCRIPTION: "
No description"
INV_REGION_OPTIONS_TEMPLATE_HINT:
- "
Click to apply this template"
- "
to the region."
INV_REGION_OPTIONS_MEMBERSHIP: "
Edit owners/members of this region"
INV_REGION_OPTIONS_MEMBERSHIP_TITLE: "
Region owners/members"
INV_REGION_OPTIONS_REMOVE: "
Remove this region"
INV_REGION_OPTIONS_COPYFLAGS: "
Copy flags from other region"
INV_REGION_OPTIONS_PARENT: "
Set/unset parent region"
INV_REGION_OPTIONS_PARENT_DESCRIPTION:
- "
Left-click - set parent region"
- "
Right-click - unset current parent region"
INV_REGION_OPTIONS_RENAME: "
Rename region"
INV_REGION_OPTIONS_MEMBERSHIP_ADDOWNER: "
Add owner to this region"
INV_REGION_OPTIONS_MEMBERSHIP_ADDMEMBER: "
Add member to this region"
INV_REGION_OPTIONS_MEMBERSHIP_REMOVEMEMBER: "
Remove member from this region"
INV_REGION_OPTIONS_MEMBERSHIP_REMOVEOWNER: "
Remove owner from this region"
INV_REGION_OPTIONS_BOUNDARIES: "
Edit region boundaries"
INV_REGION_OPTIONS_MEMBERSHIP_SELECTPLAYER_TITLE: "
Select player"
INV_FLAG_DISPLAYNAME: "
&a<flagName>"
INV_FLAG_VALUE: "
&9Value:"
INV_FLAG_NODESCRIPTION:
- "
This flag has no description."
INV_NAV_PAGE: "
Switch page"
INV_NAV_PAGENUMBER: "
<pagenumber>"
INV_REGION_OPTIONS_EDITFLAGS_HELP_DISPLAYNAME: "
&eHelp"
INV_REGION_OPTIONS_EDITFLAGS_HELP_LORE:
  - '&3 Left Click - Change flag value'
  - '&3 Right Click - Set flag value to default'
  - '&3 Shift + Left Click - Change protection domain'
INV_ACTIONCONFIRM: "
&eAre you sure?"
INV_MAIN_GETITEM: "
Get GUI Item"
INV_FLAG_VALUE_ALLOW: "
ALLOW"
INV_FLAG_VALUE_DENY: "
DENY"
INV_FLAG_VALUE_DEFAULT: "
&fDEFAULT"
INV_FLAG_VALUE_TRUE: "
TRUE"
INV_FLAG_VALUE_FALSE: "
FALSE"
INV_FLAG_PROTECTIONDOMAIN_NONE: "
NONE"
INV_FLAG_PROTECTIONDOMAIN_ALL: "
ALL"
INV_FLAG_PROTECTIONDOMAIN_MEMBERS: "
MEMBERS"
INV_FLAG_PROTECTIONDOMAIN_OWNERS: "
OWNERS"
INV_FLAG_PROTECTIONDOMAIN_NONMEMBERS: "
NON_MEMBERS"
INV_FLAG_PROTECTIONDOMAIN_NONOWNERS: "
NON_OWNERS"
UNKNOWN_PLAYER_NAME_REPLACEMENT: "
Unknown player"
UNKNOWN_PLAYER_UUID_REPLACEMENT: "
Unknown UUID"
HELP_COMMAND_OPEN:
- "
&7/wggui &f- open WG-GUI main menu"
HELP_COMMAND_RELOAD:
- "
&7/wggui reload &f- reload WG-GUI configuration"

MACIEJNIERZWICKI.PL

To top