We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad20d commit 2f29afdCopy full SHA for 2f29afd
game_api.txt
@@ -87,7 +87,7 @@ Additionally, callbacks can be registered to transfer items to the bones on deat
87
88
`bones.register_collect_items(callback)`
89
90
-Functions registered this way won't be called if `bones_mode` is `keep`.
+Functions registered this way won't be called if `bones_mode` is `keep` or in case of the death of a creative player.
91
92
`callback` is a `function(player)` which `return`s a table of items to be transferred.
93
0 commit comments