Change settings naming convention from 'sneeker_*' to 'sneeker.*'

This commit is contained in:
AntumDeluge
2017-05-28 18:32:29 -07:00
parent b5c7aeb15d
commit 9d7c566fdb
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
# Logs debug output.
sneeker_debug (Log debug output) bool false
sneeker.debug (Log debug output) bool false
# Sets maximum number of spawns that can exist in world.
sneeker_spawn_cap (Maximum spawns) int 50
sneeker.spawn_cap (Maximum spawns) int 50
# Sets possibility for spawn.
sneeker_spawn_chance (Spawn chance) int 18000
sneeker.spawn_chance (Spawn chance) int 18000
# Sets frequency of spawn chance.
# Default 1200 is equivalent to 20 minutes (60 * 40).
sneeker_spawn_interval (Spawn interval) int 2400
sneeker.spawn_interval (Spawn interval) int 2400