File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/core Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,4 @@ const val SETTING_LOCATE_COMMAND_FIND_RADIUS = "locate-command-find-radius"
5353const val SETTING_DISABLE_PORTAL_SPAWNING = " disable-portal-spawning"
5454const val SETTING_WEATHER_COMMAND_DEFAULT_DURATION = " weather-command-default-duration"
5555const val SETTING_DEOP_COMMAND_REMOVE_OP_PERM = " deop-command-remove-op-perm"
56+ const val SETTING_LIST_MAX_ELEMENTS_IN_PAGE = " list-max-elements-in-page"
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ Project Essentials §c§ois not a commercial project §fand all its modules dist
126126 generalConfiguration.getBoolOrDefault(SETTING_DISABLE_PORTAL_SPAWNING , false )
127127 generalConfiguration.getIntOrDefault(SETTING_WEATHER_COMMAND_DEFAULT_DURATION , 6000 )
128128 generalConfiguration.getBoolOrDefault(SETTING_DEOP_COMMAND_REMOVE_OP_PERM , true )
129+ generalConfiguration.getIntOrDefault(SETTING_LIST_MAX_ELEMENTS_IN_PAGE , 8 )
129130
130131 ConfigureEssentialsCommandAPI .required(SETTING_NATIVE_COMMAND_REPLACE )
131132 ConfigureEssentialsCommandAPI .required(SETTING_LOC_FALLBACK_LANG )
You can’t perform that action at this time.
0 commit comments