Skip to content

Commit 95d353c

Browse files
committed
Fixing incorrect pull from github of old entries in config.yml
1 parent 95cc39c commit 95d353c

File tree

1 file changed

+1
-154
lines changed

1 file changed

+1
-154
lines changed

multiworld-bukkit/src/main/resources/config.yml

Lines changed: 1 addition & 154 deletions
Original file line numberDiff line numberDiff line change
@@ -57,160 +57,7 @@ settings:
5757
weather-enabled: true
5858
# Disables the whitelist feature, allowing any player to join the world without needing to be added to a whitelist
5959
whitelist-enabled: false
60-
<<<<<<< Updated upstream
61-
62-
messages:
63-
general:
64-
invalid-seed: '%prefix% §cPlease enter a number!'
65-
invalid-generator: '%prefix% §cThis generator does not exist'
66-
update-message-player: '%prefix% §7There is a new update available. §8[§bhttps://www.spigotmc.org/resources/multiworld.92559§8]'
67-
update-message-version-player: '%prefix% §7Current Version: §b%current_version% §7New Version §b%new_version%'
68-
world-not-exists: '%prefix% §cThe specified world does not exist!'
69-
world-not-loaded: '%prefix% §cThe specified world is not loaded!'
70-
world-already-exists: '%prefix% §cThe specified world already exists!'
71-
world-type-not-exists: '%prefix% §cThe specified WorldType does not exist'
72-
world-folder-not-exists: '%prefix% §cNo world folder could be found!'
73-
world-whitelist-block-trespassing: '%prefix% §7You are not on the whitelist of this world!'
74-
commands:
75-
back:
76-
usage: '%prefix% §cUsage: /world back'
77-
world-not-exists: '%prefix% §cThere is no world you can go!'
78-
sender-already-there: '%prefix% §cYou are already in the world §b%world_name%'
79-
backup:
80-
usage: '%prefix% §cUsage: /world backup <World>'
81-
starting: '%prefix% §7A backup of the world §b%world_name% is created...'
82-
finished: '%prefix% §7The backup of the world §b%world_name% §7has been successfully created!'
83-
clone:
84-
usage: '%prefix% §cUsage: /world clone <World> <Name>'
85-
starting: '%prefix% §7The world §b%world_name% §7will be copied...'
86-
finished: '%prefix% §7The world §b%world_name% §7has been successfully copied!'
87-
create:
88-
usage: '%prefix% §cUsage: /world create <Name> <-g | -s | -t> <Generator | Seed | WorldType>'
89-
starting: '%prefix% §7The world §b%world_name% §7will be created...'
90-
finished: '%prefix% §7The world §b%world_name% §7was created successfully!'
91-
delete:
92-
usage: '%prefix% §cUsage: /world delete <World>'
93-
world-cannot-deleted: '%prefix% §cThe specified world may not be deleted!'
94-
starting: '%prefix% §7The world §b%world_name% §7will be deleted...'
95-
finished: '%prefix% §7The world §b%world_name% §7has been successfully deleted!'
96-
flag:
97-
usage: '%prefix% §cUsage: /world flag <World> <Flag> <Value>'
98-
not-existing: '%prefix% §cThis flag does not exist'
99-
value-not-existing: '%prefix% §cThis value does not exist for the flag §b%flag%'
100-
successfully-set: '%prefix% §7The flag §b%flag% §7was set to §b%value%§7!'
101-
gamerule:
102-
usage: '%prefix% §cUsage: /world flag <World> <Gamerule> <Value>'
103-
not-existing: '%prefix% §cThis GameRule does not exist'
104-
value-not-existing: '%prefix% §cThis value does not exist for the GameRule §b%gamerule%'
105-
successfully-set: '%prefix% §7The GameRule §b%gamerule% §7was set to §b%value%§7!'
106-
help:
107-
message:
108-
- ''
109-
- '§f§m §r§r %prefix% §f§m '
110-
- ''
111-
- '§7» §7/world §bback'
112-
- '§7» §7/world §bbackup §7<World>'
113-
- '§7» §7/world §bclone §7<World> <Name>'
114-
- '§7» §7/world §bcreate §7<Name> <-g | -s | -t> <Generator | Seed | WorldType>'
115-
- '§7» §7/world §bdelete §7<World>'
116-
- '§7» §7/world §bflag §7<World> <Property> <Value>'
117-
- '§7» §7/world §bgamerule §7<World> <GameRule> <Value>'
118-
- '§7» §7/world §bhelp'
119-
- '§7» §7/world §bimport §7<World> <WorldType>'
120-
- '§7» §7/world §binfo §7<World>'
121-
- '§7» §7/world §blist'
122-
- '§7» §7/world §blink §7<World> <Nether | End> <Welt>'
123-
- '§7» §7/world §bload §7<World>'
124-
- '§7» §7/world §breload'
125-
- '§7» §7/world §bteleport §7<Player> <World>'
126-
- '§7» §7/world §bunload §7<World>'
127-
- '§7» §7/world §bwhitelist §7<World> <Enable | Disable | Add | Remove | List> <Name>'
128-
- ''
129-
- '§f§m §r§r %prefix% §f§m '
130-
- ''
131-
import:
132-
usage: '%prefix% §cUsage: /world import <Name> <WorldType | Generator>'
133-
world-already-imported: '%prefix% §7The world §b%world_name% §7is already imported!'
134-
starting: '%prefix% §7The world §b%world_name% §7will import...'
135-
finished: '%prefix% §7The world §b%world_name% §7was successfully imported!'
136-
info:
137-
usage: '%prefix% §cUsage: /world info <World>'
138-
message:
139-
- ''
140-
- '§f§m §r§r §b%world_name% §f§m '
141-
- ''
142-
- '§7» Creator: §b%world_creator_name%'
143-
- '§7» Created at: §b%creation_timestamp%'
144-
- '§7» Load-Auto: §b%load_auto%'
145-
- '§7» Loaded: §b%loaded%'
146-
- '§7» WorldType: §b%world_type%'
147-
- '§7» Environment: §b%environment%'
148-
- '§7» Difficulty: §b%difficulty%'
149-
- '§7» GameMode: §b%gamemode%'
150-
- '§7» Pvp: §b%pvp_enabled%'
151-
- '§7» Receive-Achievements: §b%receive_achievements%'
152-
- '§7» Spawn-Monster: §b%spawn_monsters%'
153-
- '§7» Spawn-Animals: §b%spawn_animals%'
154-
- '§7» Spawn-Entities: §b%spawn_entities%'
155-
- '§7» Normal-World: §b%normal_world%'
156-
- '§7» Nether-World: §b%nether_world%'
157-
- '§7» End-World: §b%end_world%'
158-
- '§7» End-Portal-Accessible: §b%end-portal-accessible%'
159-
- '§7» Nether-Portal-Accessible: §b%nether-portal-accessible%'
160-
- '§7» Whitelist: §b%whitelist_enabled%'
161-
- ''
162-
- '§f§m §r§r §b%world_name% §f§m '
163-
- ''
164-
list:
165-
usage: '%prefix% §cUsage: /world list'
166-
message: '%prefix% §aWorlds: %world_names%'
167-
link:
168-
usage: '%prefix% §cUsage: /world link <World> <End | Nether> <World>'
169-
environment-not-exists: '%prefix% §cThe specified environment does not exist!'
170-
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%'
171-
load:
172-
usage: '%prefix% §cUsage: /world load <Name>'
173-
world-already-loaded: '%prefix% §7The world §b%world_name% §7is already loaded!'
174-
starting: '%prefix% §7The world §b%world_name% §7will loaded...'
175-
finished: '%prefix% §7The world §b%world_name% §7was successfully loaded!'
176-
reload:
177-
usage: '%prefix% §cUsage: /world reload'
178-
message: '%prefix% §7The configurations has been reloaded!'
179-
teleport:
180-
usage: '%prefix% §cUsage: /world teleport <Player> <World>'
181-
message: '%prefix% §a%player_name% §7is teleported to the world §b%world_name% §7!'
182-
sender-already-there: '%prefix% §7You are already in the world §b%world_name%'
183-
target-already-there: '%prefix% §7The player §a%player_name% §7is already in the world §b%world_name%'
184-
nether-not-accessible: '%prefix% §cYou cant enter the Nether via the command!'
185-
end-not-accessible: '%prefix% §cYou cant enter the end via the command!'
186-
unload:
187-
usage: '%prefix% §cUsage: /world unload <World>'
188-
world-cannot-unloaded: '%prefix% §cThe specified world must not be unloaded!'
189-
starting: '%prefix% §7The world §b%world_name% §7will be unloaded...'
190-
finished: '%prefix% §7The world §b%world_name% §7was successfully unloaded!'
191-
chunk-starting: '%prefix% §7The chunks in §b%world_name% §7are unloaded...'
192-
chunk-finished: '%prefix% §7The chunks in §b%world_name% §7were successfully unloaded!'
193-
chunk-teleport: '%prefix% §7The world you were in will be unloaded. You will be teleported!'
194-
whitelist:
195-
usage: '%prefix% §cUsage: /world whitelist <World> <On | Off | Add | List | Remove> <Player>'
196-
add:
197-
already-added: '%prefix% §7The player %player_name% §7is already §7on the whitelist!'
198-
successfully-added: '%prefix% §7You have added %player_name% §7to the whitelist of world §b%world_name%'
199-
list:
200-
empty: '%prefix% §7The whitelist for world §b%world_name% §7is empty'
201-
message: '%prefix% §7Whitelist: %player_names%'
202-
disable:
203-
already-disabled: '%prefix% §7World whitelist §b%world_name% §7is already disabled!'
204-
successfully-disabled: '%prefix% §7You have disabled the whitelist in the world §b%world_name%§7!'
205-
enable:
206-
already-enabled: '%prefix% §7The world whitelist §b%world_name% §7is already activated!'
207-
successfully-enabled: '%prefix% §7You have activated the whitelist in the world §b%world_name% §7!'
208-
remove:
209-
already-removed: '%prefix% §7The player %player_name% §7is §cnot §7on the whitelist!'
210-
successfully-removed: '%prefix% §7You have %player_name% §7removed from the §b%world_name% §7whitelist'
211-
=======
21260
# The time format in which information is displayed
21361
time-format: dd.MM.yyyy HH:mm:ss
21462
# Should MultiWorld connect the worlds with each other via the registered data?
215-
world-link-enabled: true
216-
>>>>>>> Stashed changes
63+
world-link-enabled: true

0 commit comments

Comments
 (0)