R4zorax

Results 61 comments of R4zorax

Still, the schematics isn't working yet, waiting for WorldEdit to release a working version - i.e. signs and stuff won't work when "pasting", and the portal won't be active in...

I don't think that will perform. And I'm not sure we are going to make this one... More likely, we will add "links" to the `/is top` command, and perhaps...

Ok, just to clarify your suggestion @BlackBeltPanda , you'd like the following: 1. A config-setting allowing configuration of World-Border integration 2. When config is enabled, maintain the world-border when a...

As I said @Lmmb74 , we already have this! No need for you to "make it". Checkout https://github.com/rlf/uSkyBlock/blob/master/uSkyBlock-Core/src/main/java/us/talabrek/ultimateskyblock/command/admin/RegionCommand.java But, please open a new issue, if you'd like to discuss improvements,...

We already have a `requiredChallenges` field in the `challenges.yml`, we could simply expand this with an optional number, i.e. ```yml requiredChallenges: - lumberjack;10 ``` or ```yml requiredChallenges: [lumberjack;10] ``` in...

We use WorldGuard as a tool in this plugin. If the default values have changed, it's the WG config that needs changing. Perhaps you can block door-opening on `__global__` for...

Yup. Also the code that needs to take the items out of the inventory, relies on the item-stacks being specific.

According to the code, the correct syntax should be: ``` requiredItems: '[:][{item-meta}]:[;]' ``` Meaning, the stuff you try, should probably be: ``` requiredItems: '401{Fireworks:{Flight:1}}:192;+4' ``` Try the `/usb nbt` command...

Sounds like you have an empty line or something in your `requiredItems`, can you share your complete `challenges.yml` through pastebin?

Just as a test, try having: ```yml fireworker: description: 'Craft a large amount of firework rockets with flight duration 1 and no colors or effects.' type: onPlayer requiredItems: - '401:0{Fireworks:{Flight:1}}:192;+4'...