Stránka 1 z 1
GroupManager - SubGroups
Napsal: 01 srp 2014, 22:20
od 4Qwerty7
Server: 93.91.250.119:27709 (Server je zastaven.)Dobrý den, chtěl bych se zeptat má někdo plugin na permisse - GroupManager ?
Přešel jsem naněj kvůly SubGrupám, ale nevím jak to nastavit v essentials chatu.
Prosím o pomoc, děkuju.
----EDIT----
Popřípadě zaslat kousek jak tam "vložit" subgroupy
format: '&a[&b{factions_nameforce}&a] &7[{SUBGROUP}]&r &7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
Mi nefungovalo

Re: GroupManager - SubGroups
Napsal: 01 srp 2014, 22:23
od Nocky
GroupManager je na h*vno používej raději EssentialsChat..
Re: GroupManager - SubGroups
Napsal: 01 srp 2014, 22:46
od 4Qwerty7
....
Jak chceš řadit permisse EssentialsChatem ? ....
BTW: PEX jsem používal, ale nemá subgroupy, jeho smůla...
Re: GroupManager - SubGroups
Napsal: 02 srp 2014, 12:21
od nejento
PermissionsEx nemá sub-groupy, ten má možnost permissiony dědit.
Essentials nabízí jenom tyto tagy pro chat: {DISPLAYNAME} {MESSAGE} {GROUP} {WORLDNAME} {SHORTWORLDNAME} {TEAMPREFIX} {TEAMSUFFIX} {TEAMNAME} viz
http://wiki.ess3.net/wiki/Chat_Formatting
Re: GroupManager - SubGroups
Napsal: 02 srp 2014, 18:41
od 4Qwerty7
Tak jak můžu zobrazit prefix-suffix z subgroup ?
prosím o pomoc

Re: GroupManager - SubGroups
Napsal: 02 srp 2014, 18:57
od OneTime97
Dej sem config, GroupManageru
Re: GroupManager - SubGroups
Napsal: 03 srp 2014, 12:33
od 4Qwerty7
Config:
Kód: Vybrat vše
settings:
config:
# With this enabled anyone set as op has full permissions when managing GroupManager
# The user will be able to promote players to the same group or even above.
opOverrides: false
# Default setting for 'mantogglevalidate'
# true will cause GroupManager to attempt name matching by default.
validate_toggle: true
# ************************************************************************************************************************************************************
# *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
# ************************************************************************************************************************************************************
allow_commandblocks: false
data:
save:
# How often GroupManager will save it's data back to groups.yml and users.yml
minutes: 10
# Number of hours to retain backups (plugins/GroupManager/backup)
hours: 24
logging:
# Level of detail GroupManager will use when logging.
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
level: INFO
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
all_unnamed_worlds:
- users
- groups
# world2: (World2 would have it's own set of user and groups files)
# world3:
# - users (World3 would use the users.yml from world2, but it's own groups.yml)
# world4:
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
# world5:
# - world6 (this would cause world6 to mirror both files from world5)