Ten příkaz musí být správně včetně malých a velkých písmen. Doporučuji napsat /gamerule a zmáčknout TAB, aby se ti ukázaly možnosti.
http://minecraft.gamepedia.com/Commands#gameruleBtw. na ten déšť stačí mít WorldGuard.
V hlavním configu najdeš tuto část:
Kód: Vybrat vše
weather:
prevent-lightning-strike-blocks: []
disable-lightning-strike-fire: true
disable-thunderstorm: true
disable-weather: true
disable-pig-zombification: false
disable-powered-creepers: false
always-raining: false
always-thundering: falseZajímá tě z toho řádek
Nicméně....to je pro VŠECHNY SVĚTY. Takže....si tuto část zkopíruj. Otevři podsložku worlds, název světa, kde to chceš, a tam otevři config pro daný svět. Něco takového by tam mělo být:
Kód: Vybrat vše
#
# WorldGuard's world configuration file
#
# This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file.
#
# If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries.
#
{}
Gól je v tom, že takto, když je to prázdné, tak se daný svět chová podle hlavního configu.
Tudíž tam stačí vpravit část, kterou chci mít jinak.
Kód: Vybrat vše
#
# WorldGuard's world configuration file
#
# This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file.
#
# If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries.
#
weather:
prevent-lightning-strike-blocks: []
disable-lightning-strike-fire: true
disable-thunderstorm: true
disable-weather: true
disable-pig-zombification: false
disable-powered-creepers: false
always-raining: false
always-thundering: false
PS: tajíš nám, že máš prastarou verzi 1.5.2, a divíš se, že námi navrhovaná řešení nefungují? No není to navrhovanými správnými řešeními, ale tvojí verzí.
PS PS : Pokud nemáš ani WorldGuard, tak tvoje jediná další možnost je mít redstone clock s /weather clear. Ale neustále běžící redstone obvod fakt není dobré řešení, když už ti teď CPU serveru jezdí na 95 až 120 %, že.....
PS PS PS: víš o tom, že jsou jednodušší metody, jak zrychlit server, ne vypnutí počasí?