summaryrefslogtreecommitdiff
path: root/player.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-22 00:46:00 +0200
committerjomo <github@jomo.tv>2014-07-22 00:46:00 +0200
commit7d356f9eb038f48520b1b5099d387b526beb3612 (patch)
tree829731dbe4d2005fe77fde6b78790569cd8f7e6c /player.py
parenta5eb215b5b3c39329ead399bc1fb25d0b0086c84 (diff)
trying stuff
Diffstat (limited to 'player.py')
-rw-r--r--player.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/player.py b/player.py
new file mode 100644
index 0000000..de1f72d
--- /dev/null
+++ b/player.py
@@ -0,0 +1,6 @@
+import org.bukkit.entity.Player as mc_player
+
+class Player(mc_player):
+
+ def foobar(self):
+ return "roflcopter" \ No newline at end of file