trying stuff

This commit is contained in:
jomo
2014-07-22 00:46:00 +02:00
parent a5eb215b5b
commit 7d356f9eb0
2 changed files with 7 additions and 0 deletions

6
player.py Normal file
View File

@@ -0,0 +1,6 @@
import org.bukkit.entity.Player as mc_player
class Player(mc_player):
def foobar(self):
return "roflcopter"