Skip to content

Commit 104b329

Browse files
committed
Update README.md
1 parent 9ebec19 commit 104b329

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ only-player-command: '%prefix% §cThis command can only performed by a player'
6363
6464
settings:
6565
# Worlds that should be loaded when the server starts
66-
# WARNING: When the world is not registered by MultiWorld the world will not bee loaded
66+
# WARNING: When the world is not registered by MultiWorld the world will not be loaded
6767
# The world has to be imported manually! (Attention choose the correct WorldType)
6868
# Example: auto-load: [world1, world2, world3]
69-
auto-load: []
69+
auto-load: [ ]
7070
# Should all players with the permission (multiworld.notify.update)
7171
# get a message when entering server
7272
receive-update-message: true
@@ -75,6 +75,8 @@ settings:
7575
# Should you be able to enter Nether/End worlds with the command /world telport <Player> <World>
7676
access-nether-world-via-command: true
7777
access-end-world-via-command: true
78+
# Should MultiWorld connect the worlds with each other via the registered data?
79+
world-link-enabled: true
7880
# Standard values for new worlds
7981
defaults:
8082
normal-world: world
@@ -83,15 +85,16 @@ settings:
8385
difficulty: PEACEFUL
8486
game-mode: SURVIVAL
8587
pvp-enabled: true
86-
spawn-animals: false
87-
spawn-monsters: false
88+
spawn-animals: true
89+
spawn-monsters: true
8890
end-portal-accessible: true
8991
nether-portal-accessible: true
9092
whitelist-enabled: false
9193
9294
messages:
9395
general:
9496
update-message-player: '%prefix% §7There is a new update available. §8[§bhttps://www.spigotmc.org/resources/multiworld.92559§8]'
97+
update-message-version-player: '%prefix% §7Current Version: §b%current_version% §7New Version §b%new_version%'
9598
world-not-exists: '%prefix% §cThe specified world does not exist!'
9699
world-not-loaded: '%prefix% §cThe specified world is not loaded!'
97100
world-already-exists: '%prefix% §cThe specified world already exists!'
@@ -168,17 +171,21 @@ messages:
168171
- '§7» Difficulty: §b%difficulty%'
169172
- '§7» GameMode: §b%gamemode%'
170173
- '§7» Pvp: §b%pvp_enabled%'
174+
- '§7» Spawn-Monster: §b%spawn_monsters%'
175+
- '§7» Spawn-Animals: §b%spawn_animals%'
176+
- '§7» End-Portal-Accessible: §b%end-portal-accessible%'
177+
- '§7» Nether-Portal-Accessible: §b%nether-portal-accessible%'
171178
- '§7» Whitelist: §b%whitelist_enabled%'
172179
- ''
173180
- '§f§m §r§r §b%world_name% §f§m '
174181
- ''
175182
list:
176183
usage: '%prefix% §cUsage: /world list'
177-
message: '%prefix% §aWorlds: %worlds%'
184+
message: '%prefix% §aWorlds: %world_names%'
178185
link:
179186
usage: '%prefix% §cUsage: /world link <World> <End | Nether> <World>'
180187
environment-not-exists: '%prefix% §cThe specified environment does not exist!'
181-
successfully-set: '%prefix% §7You have connected the portal of the environment §b%environment_name% §7in the world §b%world_name% §7with the world §b%target_world_name% §7'
188+
successfully-set: '%prefix% §7You have connected the portal of the environment §b%environment_name% §7in the world §b%world_name% §7with the world §b%target_world_name%'
182189
load:
183190
usage: '%prefix% §cUsage: /world load <Name>'
184191
world-already-loaded: '%prefix% §7The world §bworld_name% §7is already loaded!'
@@ -201,18 +208,18 @@ messages:
201208
finished: '%prefix% §7The world §b%world_name% §7was successfully unloaded!'
202209
chunk-starting: '%prefix% §7The chunks in §b%world_name% §7are unloaded...'
203210
chunk-finished: '%prefix% §7The chunks in §b%world_name% §7were successfully unloaded!'
204-
chunk-teleport: '%prefix% §The world you were in will be unloaded. You will be teleported!'
211+
chunk-teleport: '%prefix% §7The world you were in will be unloaded. You will be teleported!'
205212
whitelist:
206213
usage: '%prefix% §cUsage: /world whitelist <World> <On | Off | Add | List | Remove> <Player>'
207214
add:
208215
already-added: '%prefix% §The player %player_name% §7is already §7on the whitelist!'
209-
successfully-added: '%prefix% §7You have added %player_name% §7to the whitelist of world §b%world_name% §7'
216+
successfully-added: '%prefix% §7You have added %player_name% §7to the whitelist of world §b%world_name%'
210217
list:
211218
empty: '%prefix% §7The whitelist for world §b%world_name% §7is empty'
212219
message: '%prefix% §7Whitelist: %player_names%'
213220
disable:
214221
already-disabled: '%prefix% §7World whitelist §b%world_name% §7is already disabled!'
215-
successfully-disabled: '%prefix% §7You have disabled the whitelist in the world §b%world_name% §7deactivated!'
222+
successfully-disabled: '%prefix% §7You have disabled the whitelist in the world §b%world_name%§7!'
216223
enable:
217224
already-enabled: '%prefix% §7The world whitelist §b%world_name% §7is already activated!'
218225
successfully-enabled: '%prefix% §7You have activated the whitelist in the world §b%world_name% §7!'

0 commit comments

Comments
 (0)