File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
java/pro/cloudnode/smp/smpcore Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ public boolean deathBanEnabled() {
103103 }
104104
105105 public @ NotNull String staffTeamId () {
106- return Objects .requireNonNull (config .getString ("staff- team.id" ));
106+ return Objects .requireNonNull (config .getString ("staff. team.id" ));
107107 }
108108
109109 public @ NotNull Component staffTeamName () {
110- return MiniMessage .miniMessage ().deserialize (Objects .requireNonNull (config .getString ("staff- team.name" )));
110+ return MiniMessage .miniMessage ().deserialize (Objects .requireNonNull (config .getString ("staff. team.name" )));
111111 }
112112
113113 public @ NotNull String staffGroup () {
114- return Objects .requireNonNull (config .getString ("staff- group" ));
114+ return Objects .requireNonNull (config .getString ("staff. group" ));
115115 }
116116}
Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ relative-time:
4848 duration : for <t>
4949 duration-indefinite : <u><b>forever</b></u>
5050
51- staff-team :
52- id : staff
53- name : <hover:show_text:'The shield that guards the realms of men.'><dark_red><b>STAFF</b></dark_red></hover>
54-
55- # LuckPerms group
56- staff-group : staff
51+ staff :
52+ team :
53+ id : staff
54+ name : <hover:show_text:'The shield that guards the realms of men.'><dark_red><b>STAFF</b></dark_red></hover>
55+ group : staff
You can’t perform that action at this time.
0 commit comments