Zrips / Residence

Residence Bukkit Plugin
134 stars 85 forks source link

Placeholder不会立即更新 #1183

Closed 320778963 closed 1 month ago

320778963 commented 2 months ago

当我使用比如%residence_user_maxres%的占位符时,如果我给用户添加了residence.group.nextgroup的权限,那么期望占位符应该展示4,但是结果还是为上一个组的数据,并未进行更新数据,只有玩家执行了/res limits命令后,%residence_user_maxres%才会更新到最新的数据

Zrips commented 1 month ago

This isn't really a bug, we are limiting in how often data like that is updated to increase performance. Numeric permission nodes have relatively higher performance cost, so its being limited to be updated no more often than every 60 seconds, where /res limits will force this update without waiting for next update cycle.