-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
everything up to 3.0.0 (almost) #22
Conversation
Hi, I have noticed some broken links in the current V of the docs, and found your PR, just to make sure that the links are working as intended, let's take an example : The folders are used to store saved [Blueprints](/editor/blueprints.md), ........... Will it link properly when built ? since you are starting from the Aline aka Th3_Warior |
@TheWarior73 yes, the config links and all other links were fixed in this pr |
@WILLATRONIX I saw your PR commits don't worry, I am not the type to comment for nothing... Thank you for the answer |
src/advanced/commands.md
Outdated
### /axiompaperdebug [permission] | ||
|
||
- Used to check whether the player has the provided [permission](/multiplayer/permissions.md) and returns true/false. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't what the /axiompaperdebug command does
src/builder/blockattributes.md
Outdated
|
||
| Setting | Description | | ||
| ---------------------------- | ------------------------------------------------------------------------------------------ | | ||
| Show Collision Mesh | Creates a red outline for every block with a transparent hitbox like leaves or fences. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Barriers are the main reason you'd use this, might be good to mention
src/builder/blockattributes.md
Outdated
|
||
[^note1]: ![Light Block Texture](/img/light_block_15.png) | ||
|
||
[^note2]: ![Light Block Texture](/img/structure_void.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong name, should be structure void texture
src/editor/windows/blueprints.md
Outdated
|
||
## File Format | ||
|
||
Blueprints are stored as `.bp` files in the [Configuration](/advanced/configuration.md). The blueprint file itself is a GZ[^note1] and can be opened in programs such as 7zip to reveal the NBT file inside. The thumbnail, author and tags are also stored within the `.bp` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not how blueprint files are stored
src/intro.md
Outdated
@@ -11,3 +15,17 @@ To access the [Builder Mode](builder/intro.md) menu, press Left Alt | |||
To open/close the [Editor Mode](editor/intro.md), press Right Shift | |||
|
|||
These keybinds can be adjusted in Minecraft's controls menu (Esc > Options > Controls) | |||
|
|||
## Latest Update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably shouldn't have latest update here as it'd require constant maintenance to keep updated. People can look at the changelogs on modrinth/the website anyways if they want this information
src/multiplayer/commercial.md
Outdated
@@ -0,0 +1,55 @@ | |||
# Commercial Usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this page, I think it'll just cause more confusion
src/multiplayer/intro.md
Outdated
|
||
Axiom is available for Paper and Fabric servers. To use Axiom on a Paper server, you'll need to have the plugin on the server. You can download the plugin from [here](https://modrinth.com/plugin/axiom-paper-plugin). To use Axiom on a Fabric server, you can use the base mod from [here](https://modrinth.com/mod/axiom) and place it in the plugins folder. | ||
|
||
If you're using Axiom for commercial purposes, you'll need to purchase a [Commercial License](commercial.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to link directly to commercial license page
src/advanced/commands.md
Outdated
@@ -26,6 +26,32 @@ Commands are essential for management and debugging. | |||
|
|||
- Returns Axiom's status and information on how to resolve issues. | |||
|
|||
## Axiom Gamerule Commands | |||
|
|||
These are some extra commands for controlling the world and its properties. These are not available in [Multiplayer](/multiplayer/intro.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only available on Fabric, not Paper
updated:
added:
removed:
fixed:
things that still require updates