mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
refactor(bukkit): 移除最大可见家具数量的限制功能
This commit is contained in:
@@ -111,13 +111,6 @@ list_resource:
|
||||
- /craftengine resource list
|
||||
- /ce resource list
|
||||
|
||||
set_max_visible_furniture:
|
||||
enable: false
|
||||
permission: ce.command.player.set_max_visible_furniture
|
||||
usage:
|
||||
- /craftengine feature set-max-visible-furniture
|
||||
- /ce feature set-max-visible-furniture
|
||||
|
||||
# Debug commands
|
||||
debug_set_block:
|
||||
enable: true
|
||||
|
||||
@@ -181,10 +181,6 @@ furniture:
|
||||
# interaction (best performance)
|
||||
# boat (better compatibility with some anti-cheat plugin)
|
||||
collision-entity-type: interaction
|
||||
# Limit the maximum amount of furniture that players can see by default
|
||||
max-visible-furniture:
|
||||
enable: false
|
||||
amount: 100
|
||||
|
||||
emoji:
|
||||
chat: true
|
||||
|
||||
Reference in New Issue
Block a user