removed camelcase, added more coding style to readme

This commit is contained in:
jomo
2014-07-16 00:33:43 +02:00
parent d2ec8b6d3f
commit 1430a454ed
19 changed files with 221 additions and 134 deletions

View File

@@ -15,6 +15,7 @@ row = 1 # distance to first row of players
goup = 6 # after how many rows should we go up by one?
upmul = 0.95 # multiplicate with goup each row
def spawn(dispname, sender, x, y, z):
"""
Sends the actual player to sender
@@ -30,7 +31,7 @@ def spawn(dispname, sender, x, y, z):
@hook.command("spawnplayer")
def onSpawnplayerCommand(sender, args):
def on_spawnplayer_command(sender, args):
global amount, row, ground, goup
# X and Z position