CommandPack

CommandPack

302 Downloads

CommandPack

This is a command pack that add adds useful commands like /home, /warp etc.

GitLab: https://git.nicolube.de/minecraftcoding/commandpack

Features:

  • Used the database MongoDB
  • Home-system
  • Warp-system
  • ItemUtils
  • OpenSource

Wiki:

https://git.nicolube.de/nicolube/commandpack/wikis/home

Commands:

/speed <speed> | Set the fly / walk speeed of a Player
 /lore add <lore> | Add a lore line to an Item
 /lore remove | Remove all lores from an item
 /setwarp <warp> <displayName> | Set a warp-point with an display
 /delwarp <warp> | Removes a warp-point
 /warp | Shows a list of all warp-points
 /warp <warp> | Teleports you to an warp-point
 /sethome <home> | Set a player-home to your location
 /delhome <home> | Removes a player-home
 /home | Lists the homes of a player
 /home <home> | Telepots the a player to his home

Permission:

  • commandpack.command.sethome
  • commandpack.command.delhome
  • commandpack.command.home
  • commandpack.command.setwarp
  • commandpack.command.delwarp
  • commandpack.command.warp
  • commandpack.command.list
  • commandpack.command.lore
  • commandpack.command.rename
  • commandpack.command.speed

Config:

{
  "mongoDB": {
    "auths": [
        {
          "database": "database",
          "user": "user",
         "password": "password"
     },
      {
         "database": "database",
         "user": "user",
         "password": "password"
      }
    ],
    "addresses": [
      {
         "host": "hostname",
         "port": 27017
       },
       {
         "host": "localhost",
         "port": 27017
       }
    ],
    "localDatabase": "localDatabase", 
    "globalDatabase": "globalDatabase"
  },
  "messagesTag": "test-server-1"
}

You can have multible servers and users when you use a MongoDB...
When you do not use more then one database server just remove the 2nd adress und auth in the config.


 

The "localDatabase" stores all user data and like homes and warps...

The "glabalDatabase" stores all messages, prefixes and configs....
The "messageTag" can used to separate the configs for different servers. For example when you have a bunch of Servers that uses different messages. 

Hilfe & Support:

If you have any questions or you need help at install this plugin contact my per mail:  [email protected].

By the way I'm looking for somebody who makes nice pictures for my projects..