Skip to content

Commit

Permalink
Update versions (#986)
Browse files Browse the repository at this point in the history
* Update versions (#3)



* Spelling mistake

* Removed duplicate

* Removed header tile
  • Loading branch information
mosemister authored Sep 4, 2023
1 parent c54138d commit f968506
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions source/plugin/api-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ This page explains which API versions exist, and to which Minecraft version thei
| *11.0.0* | TBA | TBA | * SpongeForge (1.20.1 - expected) |
| | | | * SpongeVanilla (1.20.1 - expected) |
+-------------+--------------+----------------+-------------------------------------------+
| *10.0.0* | TBA | TBA | * SpongeForge (1.19.4 - expected) |
| 10.0.0 | Sep 3 2023 | TBA | * SpongeForge (1.19.4) |
| | | | * SpongeVanilla (1.19.4) |
+-------------+--------------+----------------+-------------------------------------------+
| 9.0.0 | May 19 2022 | April 1, 2023 | * SpongeVanilla (1.18.2) |
+-------------+--------------+----------------+-------------------------------------------+
| 8.0.0 | Jan 8, 2022 | TBA | * SpongeForge (1.16.5) |
| 8.2.0 | Sep 3, 2023 | TBA | * SpongeForge (1.16.5) |
| | | | * SpongeVanilla (1.16.5) |
+-------------+--------------+----------------+-------------------------------------------+
| 7.4.0 | Nov 28, 2020 | TBA | * SpongeForge (1.12.2) |
| 8.1.0 | Jan 8, 2022 | Sep 3rd, 2023 | * SpongeForge (1.16.5) |
| | | | * SpongeVanilla (1.16.5) |
+-------------+--------------+----------------+-------------------------------------------+
| 8.0.0 | May 19, 2022 | Jan 8, 2022 | * SpongeForge (1.16.5) |
| | | | * SpongeVanilla (1.16.5) |
+-------------+--------------+----------------+-------------------------------------------+
| 7.4.0 | Nov 28, 2020 | Dec 28, 2021 | * SpongeForge (1.12.2) |
| | | | * SpongeVanilla (1.12.2) |
+-------------+--------------+----------------+-------------------------------------------+
| 7.3.0 | Aug 30, 2020 | Nov 28, 2020 | * SpongeForge (1.12.2) |
Expand Down
2 changes: 1 addition & 1 deletion source/plugin/commands/commandmanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the actual ``sender`` who is the object that sent the command.

.. warning::

When executing a command programticly, you need to specifiy the permissions
When executing a command programmatically, you need to specifiy the permissions
subject and the audience but not the sender as by default the sender will be
the permissions manager.

Expand Down

0 comments on commit f968506

Please sign in to comment.