Skip to content

Commit afe6335

Browse files
committed
Add documentation for CommandAPI/CommandAPI#493
1 parent fe98ca2 commit afe6335

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
### Deprecated methods
2+
3+
For 10.0.0, all previously deprecated methods have been removed. Please make sure you use the replacement methods for the deprecated methods. The replacement methods should be described in the JavaDocs of deprecated methods.
4+
5+
-----
6+
17
### Default namespace changes
28

39
The default namespace has been updated from `minecraft` to the plugin's name. If you are not shading, the default namespace is going to be `commandapi`. If you are shading, the default namespace is going to be your plugin's name.
410

5-
Along with this change, the `CommandAPIBukkitConfig#usePluginNamespace()` has been deprecated since it is now default behaviour.
11+
Along with this change, the `CommandAPIBukkitConfig#usePluginNamespace()` has been deprecated since it is now default behaviour.

0 commit comments

Comments
 (0)