Added a lot of commands. Rotation to player still crashes the client.

This commit is contained in:
obvWolf
2024-04-28 22:42:22 -05:00
parent 6341bb6e63
commit 0b7bae081c
19 changed files with 1174 additions and 102 deletions

View File

@@ -1,11 +1,12 @@
{
"schemaVersion": 1,
"id": "addon-template",
"id": "butler-addon",
"version": "${version}",
"name": "Addon Template",
"description": "An addon template for the Meteor addons.",
"name": "Butler Addon",
"description": "Added functionality to the swarm module.",
"authors": [
"seasnail"
"obvWolf",
"ImproperIssues"
],
"contact": {
"repo": "https://github.com/MeteorDevelopment/meteor-addon-template"
@@ -14,7 +15,7 @@
"environment": "client",
"entrypoints": {
"meteor": [
"com.example.addon.Addon"
"me.trouper.butler.Addon"
]
},
"mixins": [