TheDinoDude / ClassiCube-Stuff-1

Useful things for ClassiCube such as server plugins and commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to my repository for MCGalaxy tools!

Here you will find the source of my public plugins and commands, free to use however you please. If a command/plugin isn't compiling or working as it should, make a new issue here and I'll get to it when possible. Command/plugin requests are open and you can suggest them here.

List

Plugins

Name Description
AntiVPN Doesn't let people with a VPN join the server.
BetterPing Makes your ping significantly lower.
BugWebhook Send a message on Discord whenever there's an error on your server.
CommandsInPluginExample Example source code for embedding commands into your plugin.
Compass Adds a compass into your HUD.
CustomChat* Allows changing the chat format.
CustomSoftware Allows changing the software name both in-game and in the launcher.
CustomTab* Allows changing the format of your tab list.
DailyBonus Give people money once per day when they login.
Example Example source code in case you want to make your own plugins.
FavouriteMap Allows people to set their own favourite map shown in /whois.
GamemodeTemplate The template I use for gamemodes on my server.
HoldBlock Shows the block you're holding in your hand for everybody to see.
IRCWebhook Relays a message from your server to Discord without a bot.
LastLocation* Return to your last known location.
Lottery Enter and win money.
Nametags* Changes your nametag.
NickBlocker Prevents using /whonick in a level.
Parties Join and talk with specific people.
TempFlood* Allows client-side water flooding.
TimeAFK Shows the amount of time players have been idle for.
VenkSurvival Includes PvP, drowning, mining tools/weapons.
XP Adds an XP and leveling system.

* means that the plugin is private or made exclusive for specific people.

Commands

Name Description
/Announce Show custom text in the middle of peoples' screen.
/FakeGive Tell people they've gotten money when they haven't.
/ImportSchematic Imports a .schematic file from Minecraft into CC's .lvl format.
/Preset Easier access for /os env preset that doesn't require realm ownership to use.
/Remove Removes a player from the playerbase permanently.
/Reward Used primarily in message blocks to give rewards to players.

Installation

How to install plugins:

  1. Put the plugin's .cs file into the ./plugins/ folder. If it's not there, make a new folder and put it in there.
  2. Either in-game or via the server console, type /pcompile [plugin name]. It should say Plugin compiled successfully., if it doesn't, make an issue here.
  3. Now type /pload [plugin name]. It should say Plugin loaded successfully.
  4. And you're done, enjoy your plugin.

How to install commands:

  1. Put the command's .cs file into the ./extra/commands/source/ folder. If it's not there, make a new folder and put it in there.
  2. Either in-game or via the server console, type /compile [command name]. It should say Command compiled successfully., if it doesn't, make an issue here.
  3. Now type /cmdload [command name]. It should say Command loaded successfully.
  4. And you're done, enjoy your command.

NOTE: If you want your commands to load upon server start, you should add the command name into the ./text/cmdautoload.txt file.

For example, if your command file is named CmdHelloWorld.cs, you would put HelloWorld on a new line.

About

Useful things for ClassiCube such as server plugins and commands.


Languages

Language:C# 99.6%Language:Visual Basic .NET 0.4%