diff --git a/_config.yml b/_config.yml index fd5fc906..a6034b7b 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ markdown: kramdown url: https://wiki.bedrock.dev aux_links: "Discord": - - "https://discord.gg/XjV87YN" + - "/discord.html" "Bedrock.dev": - "https://bedrock.dev/" "Contribute": diff --git a/concepts/filters.md b/concepts/filters.md new file mode 100644 index 00000000..532dbfaa --- /dev/null +++ b/concepts/filters.md @@ -0,0 +1,28 @@ +--- +layout: page +title: Filters +parent: Concepts +--- + +# Understanding Filters + +
+ + Table of contents + + {: .text-delta } +1. TOC +{:toc} +
+ +## General Overview + +Filters are used inside of various components to _filter_ actions, events, transitions, etc. The general format is like this: + +### Single filter +`"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }` + +### List of filters + +`filters": [{ "test": "in_lava", "subject": "self", "operator": "==", "value": true }]` + diff --git a/discord.md b/discord.md new file mode 100644 index 00000000..19a9cd01 --- /dev/null +++ b/discord.md @@ -0,0 +1,18 @@ +--- +layout: page +title: Discord +parent: Home +nav_exclude: true +--- + + +## Discord + +We use discord as the hub for all our communication. You can join the following discord servers. In `Bedrock Addons` you can ask for help, discuss addons, and chat with fellow creators. In `Bedrock OSS` you can report wiki issues, collaborate on new articles, etc. + +## Join us! +[Bedrock Addons](https://discord.gg/46JUdQb){: .btn .btn-blue } +[Bedrock OSS](https://discord.gg/XjV87YN){: .btn .btn-blue } +[More Discord Servers](/knowledge/useful-links.html#discord-links){: .btn .btn-blue } + + diff --git a/knowledge/useful-links.md b/knowledge/useful-links.md index 12399423..cf5ad043 100644 --- a/knowledge/useful-links.md +++ b/knowledge/useful-links.md @@ -17,14 +17,11 @@ parent: Knowledge There is loads of useful information about Bedrock Development online, but sometimes it is hard to find! We will do our best to keep this list up to date as we continue to find useful content. -## Tutorials - - [Beginners Guide](https://guide.bedrock.dev/) - ## Discord Links - - [Bedrock Wiki](https://discord.gg/XjV87YN) + - [Bedrock Addons](https://discord.gg/46JUdQb) + - [Bedrock OSS](https://discord.gg/XjV87YN) - [Minecraft Commands](https://discord.gg/QAFXFtZ) - [Blockbench](http://discord.gg/fZQbxbg) - - [Bedrock Scripting](https://discord.gg/46JUdQb) - [Bridge](https://discord.gg/NxKuWuA) - [Minecraft](https://discord.gg/minecraft) - [Skill Share](https://discord.gg/sZ7fkcN)