This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner-utils/player.py
2014-07-22 00:46:00 +02:00

6 lines
115 B
Python

import org.bukkit.entity.Player as mc_player
class Player(mc_player):
def foobar(self):
return "roflcopter"