You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,15 +72,17 @@ public class ChatCommands : CovePlugin
67
72
```
68
73
69
74
Here is the `plugin.cfg` file for the plugin.
75
+
70
76
```cfg
71
77
name=Plugin Name
72
78
author=Your Name
73
79
version=1.0
74
80
description=Simple chat logging plugin
75
81
```
76
82
77
-
# Plugin API
83
+
## Plugin API
84
+
78
85
You can see all methods and properties available in the `CovePlugin` class here: [CovePlugin.cs](https://github.com/DrMeepso/WebFishingCove/blob/main/Cove/Server/Plugins/CovePlugin.cs)
79
86
You can also use the `Server` property to access the CoveServer instance and all of its properties and methods!
80
87
Most useful methods are in the [Server.Utils.cs](https://github.com/DrMeepso/WebFishingCove/blob/main/Cove/Server/Server.Utils.cs) file
0 commit comments