phBot plugins documentation

Hello there! I want to view the library of phBot python plugin creation, like where do I find the functions that being called like the following ones:

def handle_joymax(opcode, data):
def GetNPCUniqueID(name):
def arena(arguments):
def InjectRandomMovement(radiusMax=10):
def connected():
def joined_game():

1 Like

Some of those were implemented by users. The rest are functions called by the bot on every loaded plugin.

https://projecthax.gitbook.io/phbot-plugins/phbot-api

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.