Skip to content

Commit 07db6ed

Browse files
committed
Merge remote-tracking branch 'origin/source' into source
2 parents a54448a + 69eaa33 commit 07db6ed

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/minigame/setup/cmd-perms.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Custom permissions are used for giving your players more boosts in game.
320320
Using dots `.` in custom permissions **will not work and will break permission**, don't use them!
321321
:::
322322

323-
Custom permissions can be found in **permissions.yml**:
323+
Custom permissions can be found in **[permissions.yml](/minigame/support/files#permissionsyml)**:
324324

325325
### Example for EXP Boost
326326
```yml
@@ -373,6 +373,11 @@ Exp-Boost:
373373
</TabItem>
374374
</Tabs>
375375

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+
376381
:::caution Be aware of low percent values
377382
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 ;)
378383
:::

docs/minigame/support/plugin-files-explained.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ Stages:
288288
### permissions.yml
289289

290290
Set your own permission to boost specific groups or players.
291+
You can also look up the custom permission part of the wiki, see [custom permissions](/minigame/setup/cmdsandperms/#custom-permissions)
291292

292293
<Tabs groupId="minigame" defaultValue="villagedefense" queryString
293294
values={[
@@ -322,18 +323,6 @@ Set your own permission to boost specific groups or players.
322323
</TabItem>
323324
</Tabs>
324325

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-
337326
### powerups.yml
338327

339328
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

Comments
 (0)