You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/minigame/setup/cmd-perms.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ Custom permissions are used for giving your players more boosts in game.
320
320
Using dots `.` in custom permissions **will not work and will break permission**, don't use them!
321
321
:::
322
322
323
-
Custom permissions can be found in **permissions.yml**:
323
+
Custom permissions can be found in **[permissions.yml](/minigame/support/files#permissionsyml)**:
324
324
325
325
### Example for EXP Boost
326
326
```yml
@@ -373,6 +373,11 @@ Exp-Boost:
373
373
</TabItem>
374
374
</Tabs>
375
375
376
+
:::warning Why do I have as OP not the permission?
377
+
OPs and players with * permission are not allowed to have permissions from permission.yml as it would result in bad game experience as you would get for example unlimited exp.
378
+
This got implemented by feedback of our users!
379
+
:::
380
+
376
381
:::caution Be aware of low percent values
377
382
Remember that 10% more exp are actually nothing because it's e.g. 10 exp + **(1) only 10% of this value more** so you won't see any significant increase, use higher values too see the difference if you don't trust this ;)
@@ -322,18 +323,6 @@ Set your own permission to boost specific groups or players.
322
323
</TabItem>
323
324
</Tabs>
324
325
325
-
:::note What is the naming of the permission?
326
-
327
-
e.g. for "Exp-Boos" its exp-boost-10
328
-
329
-
:::
330
-
:::warning Why do I have as OP not the permission?
331
-
332
-
OPs and players with * permission are not allowed to have permissions from permission.yml as it would result in bad game experience as you would get for example unlimited exp.
333
-
This got implemented by feedback of our users!
334
-
335
-
:::
336
-
337
326
### powerups.yml
338
327
339
328
Set up different powerups to make the minigame more fun. You can add as much as you want! Make sure to enable powerups on your config.yml
0 commit comments