Mirreski / Skript

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
http://njol.ch/projects/skript
7 stars 2 forks source link

World of {locationVariable} returns <none> [V7] #19

Closed Mirreski closed 9 years ago

Mirreski commented 9 years ago
command /worldVariableLocation:
    trigger:
        set {_loc} to location of player
        set {_player} to player
        message "Entity Variable's world: %world of {_player}%"
        message "Location Variable's world %world of {_loc}%"
        message "Player's world %world of player%"

Returns:

Entity Variable's world: world
Location Variable's world: <none>
Player's world: world

If anyone can confirm this bug that would be good since I just randomly stumbled upon it and fixed it.