I hereby claim:
- I am Dinnerbone on github.
- I am dinnerbone (https://keybase.io/dinnerbone) on keybase.
- I have a public key whose fingerprint is 7FB0 57F8 7FA7 9A66 E8F3 A8DF 667C 41E9 8BC6 478A
To claim this, I am signing this object:
| { | |
| "//comment": "All metainfo files will be ORIGINAL_FILE.mcmeta. For example, textures/blocks/portal.png.mcmeta. The format is, of course, JSON.", | |
| "animation": { | |
| "//comment": "This block will be required for animated textures. It can be an empty block, but it will be needed to detect an animation.", | |
| "frames": [ | |
| 1, | |
| {"index": 2, "time": 4}, | |
| 3, | |
| 4 | |
| ], |
| /sayraw {"text":"Want to reset the current minigame? ", "extra": [{"text":"Click here!", "clickEvent":{"action":"run_command", "value":"/scoreboard players set minigame_resetting 1"}}]} | |
| { | |
| "text": "Want to reset the current minigame? ", | |
| "extra": [ | |
| { | |
| "text": "Click here!", | |
| "clickEvent": { | |
| "action": "run_command", |
| public class Foo { | |
| public static void main(String[] args) { | |
| String x = "This is weird: \u0022\u003B\u0069\u006E\u0074\u0020\u0079\u003D\u0031\u002F\u0030\u003B\u0078\u003D\u0022???"; | |
| System.out.println("x = " + x); | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "item": "minecraft:stick", | |
| "weight": 10, | |
| "functions": [ | |
| { | |
| "function": "minecraft:set_count", | |
| "min": 1, | |
| "max": 3 | |
| } |
| { | |
| "rolls": { | |
| "min": 2, | |
| "max": 6 | |
| }, | |
| "items": [ | |
| { | |
| "item": "minecraft:diamond", | |
| "weight": 5, | |
| "functions": [ |
| from twisted.internet import reactor, defer, threads | |
| from twisted.logger import Logger, textFileLogObserver, globalLogPublisher | |
| import time, sys, requests, random | |
| log = Logger() | |
| reactor.suggestThreadPoolSize(20) | |
| def try_password(password, app, real): | |
| try: | |
| r = requests.get( |
| advancement grant <targets> everything | |
| advancement grant <targets> from <advancement> | |
| advancement grant <targets> only <advancement> | |
| advancement grant <targets> only <advancement> <criterion> | |
| advancement grant <targets> through <advancement> | |
| advancement grant <targets> until <advancement> | |
| advancement revoke <targets> everything | |
| advancement revoke <targets> from <advancement> | |
| advancement revoke <targets> only <advancement> | |
| advancement revoke <targets> only <advancement> <criterion> |
A "node" is an element that looks like this:
{
"type": "root|literal|argument",
"parser": "", // only applicable if type is argument
"properties": {}, // only applicable if type is argument, defaults to empty object
"executable": true, // default if not specified is false, meaning it isn't a runnable command by itself
"children": {}, // default if not specified is {}, meaning no children
"redirect": [] // default if not specified is null, meaning no redirect
}