This is my script:
Command /privateworld:
trigger:
send "&4==================PrivateWorlds================"
send "&aThis server is running PrivateWorlds"
send "&eVersion: 0.1"
send "&1Build: 1-(Beta)"
send "&3Made by: buccimichele5"
send "&4==============================================="
Command /privateworld dependencies:
trigger:
send "&4==================PrivateWorlds================"
send "&aDependencies:"
send "&eSkript:"
send "&1"
send "&3Made by: buccimichele5"
send "&4==============================================="
Command /privateworld create:
permission: pw.create
trigger:
if {pworld.%player%} is 0:
send "&4Creating your world..."
make console execute command "/mv create %player% NORMAL"
send "&4Your PrivateWorld has been created!"
send "Join it by typing: /pworld join"
set {pworld.%player%} to 1:
if {pworld.%player%} is 1:
send "You alredy have a private world!"
send "Join it by typing: /pworld join"
Command /privateworld join:
permission: pw.joinmy
trigger:
if {pworld.%player%} is 0:
send "&4You dont have a world yet! Create it by typing command: /pworld create"
else:
send "&4Sending you to your private world..."
make console execute command "/mvtp %player% %player%"
send "&4Sent to your private world!"
Command /privateworld panel:
permission: pw.panelmy
trigger:
if player is in the world "%player%"
Command /privateworld delete:
permission: pw.delete
trigger:
if {pworld.%player%} is 0:
send "&4You don't have a world!"
else:
send "Deleting your world!"
send "This action cannot be reverted!"
make console execute command "/mv delete %player%"
wait a tick
make console execute command "/mv confirm"
send "World deleted!"
Command /privateworld unload:
permission: pw.unload
trigger:
if {pworld.%player%} is 0:
send "&4You don't have a world!"
else:
send "Unloading your world!"
make console execute command "/mv unload %player%"
send "Type /pworld load to load your world again!"
Command /privateworld load:
permission: pw.load
trigger:
if {pworld.%player%} is 0:
send "&4You don't have a world!"
else:
send "Loading your world!"
make console execute command "/mv load %player%"
send "Type /pworld unload to unload your world!"
This is the parser results:
Line 25: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (line 29: set {pworld.%player%} to 1:') (When a trigger, event or function has no code inside of it, Skript will warn you that there is nothing there. ) Apply a SmartFix
Line 25: Can't understand this condition: 'set {pworld.%player%} to 1' (script.sk, line 25: set {pworld.%player%} to 1:')
Line 42: Can't understand this condition/effect: if player is in the world "%player%" (line 51: if player is in the world "%player%"') (The Parser doesn't support every syntax element.)
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Can you please guys help me to fix it? I dont know how to do it. It is a script that allows the player to do a command once that creates a multiverse world and he can tp in it
Command /privateworld:
trigger:
send "&4==================PrivateWorlds================"
send "&aThis server is running PrivateWorlds"
send "&eVersion: 0.1"
send "&1Build: 1-(Beta)"
send "&3Made by: buccimichele5"
send "&4==============================================="
Command /privateworld dependencies:
trigger:
send "&4==================PrivateWorlds================"
send "&aDependencies:"
send "&eSkript:"
send "&1"
send "&3Made by: buccimichele5"
send "&4==============================================="
Command /privateworld create:
permission: pw.create
trigger:
if {pworld.%player%} is 0:
send "&4Creating your world..."
make console execute command "/mv create %player% NORMAL"
send "&4Your PrivateWorld has been created!"
send "Join it by typing: /pworld join"
set {pworld.%player%} to 1:
if {pworld.%player%} is 1:
send "You alredy have a private world!"
send "Join it by typing: /pworld join"
Command /privateworld join:
permission: pw.joinmy
trigger:
if {pworld.%player%} is 0:
send "&4You dont have a world yet! Create it by typing command: /pworld create"
else:
send "&4Sending you to your private world..."
make console execute command "/mvtp %player% %player%"
send "&4Sent to your private world!"
Command /privateworld panel:
permission: pw.panelmy
trigger:
if player is in the world "%player%"
Command /privateworld delete:
permission: pw.delete
trigger:
if {pworld.%player%} is 0:
send "&4You don't have a world!"
else:
send "Deleting your world!"
send "This action cannot be reverted!"
make console execute command "/mv delete %player%"
wait a tick
make console execute command "/mv confirm"
send "World deleted!"
Command /privateworld unload:
permission: pw.unload
trigger:
if {pworld.%player%} is 0:
send "&4You don't have a world!"
else:
send "Unloading your world!"
make console execute command "/mv unload %player%"
send "Type /pworld load to load your world again!"
Command /privateworld load:
permission: pw.load
trigger:
if {pworld.%player%} is 0:
send "&4You don't have a world!"
else:
send "Loading your world!"
make console execute command "/mv load %player%"
send "Type /pworld unload to unload your world!"
This is the parser results:
Line 25: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (line 29: set {pworld.%player%} to 1:') (When a trigger, event or function has no code inside of it, Skript will warn you that there is nothing there. ) Apply a SmartFix
Line 25: Can't understand this condition: 'set {pworld.%player%} to 1' (script.sk, line 25: set {pworld.%player%} to 1:')
Line 42: Can't understand this condition/effect: if player is in the world "%player%" (line 51: if player is in the world "%player%"') (The Parser doesn't support every syntax element.)
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Line undefined: A command with the name /privateworld is already defined in script.sk
Can you please guys help me to fix it? I dont know how to do it. It is a script that allows the player to do a command once that creates a multiverse world and he can tp in it
Last edited: