Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Releases: vexyl/MCHawk

MCHawk v0.1.2

23 Sep 15:17
Compare
Choose a tag to compare
MCHawk v0.1.2 Pre-release
Pre-release

Minor bug fixes

If you want to add a new group, edit groups.txt.

Format of groups.txt:

<action>:<object>:[color:]<comma-separated list>

Example of groups.txt:

group:server:&a:permissions,essentials.server
group:admin:&c:permissions,essentials.world,essentials.ban,essentials.kick,essentials.cuboid,essentials.groups,essentials.whois
group:moderator:&e:essentials.kick
group:builder:&b:essentials.cuboid
group:guest:&7:
name:soandso:moderator,builder

When the user "Soandso" joins he will be in the groups moderator and builder. Moderator is the main group because it came first in the user's group list, so the name will show up as yellow in chat (color code &e)

The username must be lowercase in the groups file. There are currently no commands to edit this in-game, but /group reload will will reload the groups.txt file and grant players their group permissions if necessary.

MCHawk v0.1.1

07 Aug 17:56
Compare
Choose a tag to compare
MCHawk v0.1.1 Pre-release
Pre-release

This release is mostly bug fixes and minor improvements.
Added /whois command.
Added temporary world permissions.

If you want to add a new group, edit groups.txt.

Format of groups.txt:

<action>:<object>:[color:]<comma-separated list>

Example of groups.txt:

group:server:&a:permissions,essentials.server
group:admin:&c:permissions,essentials.world,essentials.ban,essentials.kick,essentials.cuboid,essentials.groups,essentials.whois
group:moderator:&e:essentials.kick
group:builder:&b:essentials.cuboid
group:guest:&7:
name:soandso:moderator,builder

When the user "Soandso" joins he will be in the groups moderator and builder. Moderator is the main group because it came first in the user's group list, so the name will show up as yellow in chat (color code &e)

The username must be lowercase in the groups file. There are currently no commands to edit this in-game, but /group reload will will reload the groups.txt file and grant players their group permissions if necessary.

First release

23 Jul 21:04
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Seems stable enough. Still need to port the rest of the C++ commands to Lua. It's missing a lot of features expected from server software like MCGalaxy and fCraft.

If you want to add a new group, edit groups.txt.

Format of groups.txt:

<action>:<object>:[color:]<comma-separated list>

Example of groups.txt:

group:moderator:&e:essentials.kick
group:&b:builder:essentials.cuboid
name:vexyl:moderator,builder

When the user "vexyl" joins he will be in the groups moderator and builder. Moderator is the main group because it came first in the user's group list, so the name will show up as yellow in chat (color code &e)

The username must be lowercase. There are currently no commands to edit this in-game, but /group reload will will reload the groups.txt file (however, users will have to relog if the change affects them; sometimes a restart is required)