mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2024-11-19 16:45:38 +01:00
Correct the number of MapIDs to the correct value.
The number of MAPIDs available to Minecraft has been changed from 32,767 to 2,147,483,647 in 1.13.
This commit is contained in:
parent
5191dca932
commit
ce2b6110a4
@ -11,7 +11,7 @@ lang:
|
|||||||
collect-data: true
|
collect-data: true
|
||||||
|
|
||||||
|
|
||||||
# Images rendered on maps consume Minecraft maps ID, and there are only 32 767 of them.
|
# Images rendered on maps consume Minecraft maps ID, and there are only 2 147 483 647 of them.
|
||||||
# You can limit the maximum number of maps a player, or the whole server, can use with ImageOnMap.
|
# You can limit the maximum number of maps a player, or the whole server, can use with ImageOnMap.
|
||||||
# 0 means unlimited.
|
# 0 means unlimited.
|
||||||
map-global-limit: 0
|
map-global-limit: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user