-
Notifications
You must be signed in to change notification settings - Fork 0
Customizing
eggohito edited this page Mar 12, 2022
·
2 revisions
You can exclude players from being restricted by the limiter system with the use of the origins-limiter.ignore
tag (added by /tag
command). It can be granted/revoked like so:
# Let's say we want to exclude the player 'eggohito' from the limiter system. This is how it'd be done:
tag eggohito add origins-limiter.ignore
# What if we want to remove the tag from the player 'eggohito'? You can do so like so:
tag eggohito remove origins-limiter.ignore
This datapack library provides a few scoreboard objectives for configuration.
Name | Description |
---|---|
o-l.max |
Stores the max amount of players that can have a certain origin. |
o-l.cur |
Stores the current amount of players that have a certain origin. |
o-l.main |
Stores the updateInterval score holder and other private score holders |
This datapack library also provides score holders that you can modify or read the value of from the scoreboard objectives listed above.
Name | Description |
---|---|
Score Holders in o-l.max
|
The score of the score holders in the o-l.max scoreboard objective can be modified.
|
Score Holders in o-l.cur
|
The score of the score holders in the o-l.cur scoreboard objective cannot be modified.
|
updateInterval in o-l.main
|
Determines how fast the score of the score holders in the o-l.cur scoreboard objective is updated in ticks. |