Essentials for MCServer - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html) +--- Thread: Essentials for MCServer (/thread-1433.html) Pages:
1
2
|
RE: Essentials for MCServer - tonibm19 - 04-18-2014 I'll maybe try to add the /invsee command RE: Essentials for MCServer - LO1ZB - 04-21-2014 What ist TakeDamageInfo:DamageType() doing, and how can i use it? http://mc-server.xoft.cz/LuaAPI/TakeDamageInfo.html RE: Essentials for MCServer - NiLSPACE - 04-21-2014 They aren't functions. They are variables in the object. function OnTakeDamage(Receiver, TDI) print(TDI.Attacker:IsPlayer()) end RE: Essentials for MCServer - LO1ZB - 08-08-2014 Just got basic survival-fly protection working. RE: Essentials for MCServer - LO1ZB - 08-09-2014 I uploadet the first testing-version of the code to my repo |