Skip to content

Commit

Permalink
Updating links
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneFuture committed Mar 28, 2024
1 parent 61a49ef commit 7fb9cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plotsquared/block-bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Block buckets allow you to specify however many blocks you want, for every compo

## Formatting

Blocks can be in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. [More info](https://minecraft.gamepedia.com/Block_states))
Blocks can be in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. [More info](https://minecraft.wiki/w/Block_states))

Complex patterns are also accepted:

* [FAWE Patterns](/fastasyncworldedit/patterns.md) (If you have FAWE installed)
* [FAWE Patterns](/fastasyncworldedit/advanced-features/patterns.md) (If you have FAWE installed)
* [WorldEdit Patterns](https://worldedit.enginehub.org/en/latest/usage/general/patterns/)

## Disallowed Blocks
Expand Down
2 changes: 1 addition & 1 deletion plotsquared/vanilla-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ We decided to use these tags in our new flag system, this way you can easily set

Tags are used in flags that accept block types, but are prefixed with `#`. As an example, the command `/plot flag set use #signs` will add the sign category to the `use` flag. This is equivalent to adding every sign type to the flag.

A complete list of tags and the items contained in them, can be found in the [official wiki](https://minecraft.gamepedia.com/Tag#List_of_tags).
A complete list of tags and the items contained in them, can be found in the [official wiki](https://minecraft.wiki/w/Tag#List_of_tags).

0 comments on commit 7fb9cae

Please sign in to comment.