This commit is contained in:
! Freaku 2023-08-26 22:44:06 +05:30 committed by GitHub
parent e2b927c1e6
commit 87a48cd6ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# Defines a simple plugin that allows you to: # Defines a simple plugin that allows you to:
### See any errors of your mods (if present) in folder BombSquad/console/logs.txt ### See any errors of your mods (if present) in folder BombSquad/console/logs.txt
### Get config contents ### Get config contents
### Create/Delete sys ### Create/Delete system scripts
### Get 3D co-ordinate points in any Map! ### Get 3D co-ordinate points in any Map!
### Get internal packages ### Get internal packages
@ -53,7 +53,7 @@
# ----- For beginners ----- # ----- For beginners -----
''' '''
# Use sys in Plugins # Use system_scripts in Plugins
# and a Code Editor app (on Play Store) # and a Code Editor app (on Play Store)
# Then start playing (editing) those internal .py files # Then start playing (editing) those internal .py files
@ -278,4 +278,4 @@ class Terminal_get3Dpoint(bs.TeamGameActivity[Player, Team]):
self.respawn_player(msg.getplayer(self.playertype), 1) self.respawn_player(msg.getplayer(self.playertype), 1)
else: else:
return super().handlemessage(msg) return super().handlemessage(msg)
return None return None