|
10 | 10 | #> 3. Copy logs and throw it into pastebin (or alt) |
11 | 11 | #> 4. Send me a link w/ bug description |
12 | 12 |
|
| 13 | +#define storage rx:debug |
| 14 | +data modify storage rx:debug playerdb set from storage rx:global playerdb |
| 15 | +data remove storage rx:debug playerdb.players[].data |
| 16 | + |
13 | 17 | tellraw @a[tag=rx.admin] ["", {"storage": "rx:info", "nbt": "playerdb.pretty_name", "interpret": true}, " ", {"storage": "rx:info", "nbt": "playerdb.pretty_version", "interpret": true}] |
14 | | -tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "rx.uuid0: "}, {"score": {"name": "@s", "objective": "uuid0"}}, ", ", {"color": "gold", "text": "uid: "}, {"score": {"name": "@s", "objective": "rx.uid"}}, ", ", {"color": "gold", "text": "HasEntry: "}, {"score": {"name": "@s", "objective": "rx.pdb.HasEntry"}}] |
| 18 | +tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "rx.uuid0: "}, {"score": {"name": "@s", "objective": "rx.uuid0"}}, ", ", {"color": "gold", "text": "uid: "}, {"score": {"name": "@s", "objective": "rx.uid"}}, ", ", {"color": "gold", "text": "HasEntry: "}, {"score": {"name": "@s", "objective": "rx.pdb.HasEntry"}}] |
15 | 19 |
|
16 | | -tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "playerdb.players: "}, {"storage": "rx:global", "nbt": "playerdb.players[{selected:1b}]"}] |
| 20 | +tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "current player: "}, {"storage": "rx:debug", "nbt": "playerdb.players[{selected:1b}]"}] |
17 | 21 |
|
18 | | -tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "playerdb.players: "}, {"storage": "rx:global", "nbt": "playerdb.players"}] |
19 | | -tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "playerdb.players: "}, {"storage": "rx:global", "nbt": "playerdb.uuid"}] |
| 22 | +tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "playerdb.players: "}, {"storage": "rx:debug", "nbt": "playerdb.players"}] |
| 23 | +tellraw @a[tag=rx.admin] ["", {"color": "gold", "text": "playerdb.uuid: "}, {"storage": "rx:debug", "nbt": "playerdb.uuid"}] |
0 commit comments