More Credit

This commit is contained in:
Driftay
2019-12-02 14:03:27 -05:00
parent f437144fba
commit d03ca58105
46 changed files with 200 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ import org.bukkit.event.Event;
public class PlayerChunkLocationExpression extends SimpleExpression<String> {
/**
* @author Driftay
*/
static {
Skript.registerExpression(PlayerChunkLocationExpression.class, String.class, ExpressionType.SIMPLE, "[the] faction chunk at %player%", "[the] %player%['s] chunk");
}