Revisions for ⁨Testeo4⁩

View the changes made to this paste.

unlisted ⁨1⁩ ⁨file⁩ 2022-01-23 01:38:04 UTC

pastefile1

@@ -0,0 +1,33 @@

+onFirstLogin:
+  FirstLogin:
+    command: 'msg %p FirstLogin!'
+    executor: CONSOLE
+onJoin:
+  onJoin:
+    command: 'msg %p onJoin!'
+    executor: CONSOLE
+onLogin:
+  onLogin:
+    command: 'msg %p onLogin!'
+    executor: CONSOLE
+# These commands are called whenever a logged in player uses /logout or quits.
+# The commands are not run if a player that was not logged in quits the server.
+# Note: if your server crashes, these commands won't be run, so don't rely on them to undo
+# 'onLogin' commands that would be dangerous for non-logged in players to have!
+onLogout:
+  onLogout:
+    command: 'msg %p onLogout!'
+    executor: CONSOLE
+onRegister:
+  onRegister:
+    command: 'msg %p onRegister!'
+    executor: CONSOLE
+onSessionLogin:
+  onSessionLogin:
+    command: 'msg %p onSessionLogin!'
+    executor: CONSOLE
+# Commands to run whenever a player is unregistered (by himself, or by an admin)
+onUnregister:
+  onUnregister:
+    command: 'msg %p onUnregister!'
+    executor: CONSOLE
\ No newline at end of file