Skip to content

Releases: herby2212/CBMFC

2.8 PlayerVersion Update

31 Mar 08:55
Compare
Choose a tag to compare

General

  • This version should work with 1.15 without problems.

Variables

  • [cbmfc-proxy-players-max] - show the max amount of players allowed in the config

PlayerList

  • Option to enable/disable this feature in the config.yml (disabled by default)
  • Option to set a custom version (by default: players online/players offline)

Note: This feature will mark your server as out of date in the list. This is only visual and no functions or players are limited through this.

2.7 General Update

31 Mar 15:11
80c50e4
Compare
Choose a tag to compare

GlobalChat

  • Option to enable/disable the GlobalChat in the config.yml

FakePlayerCount

  • Now also includes real players => more dynamic/realistic behaviour

2.6 Global Chat Update

31 Mar 15:12
80c50e4
Compare
Choose a tag to compare

General

  • All messages starting with a defined character (default !) will be send to all servers in the network
    • The starting character can be set in the config.yml
  • You can exclude servers from the global chat (like game servers) in the config.yml
  • Message that a user gets when trying to use the Global Chat on a excluded server
    • Can be edited in the config.yml
  • You can't use the GlobalChat and PartyChat at the same time

2.5 Party Update

31 Mar 15:13
80c50e4
Compare
Choose a tag to compare

Party

  • Option in the config to enable/disable if all players get moved when the party owner joins a server (default: true)
  • Re-designed the /party chat & pc command, now if no message defined the command will toggle between the "normal" and "the party only chat"
    • normal: normal server wide chat, all of your future messages will be send to all players as normal
    • party: all of your future messages will only be send to party members
  • Party only chat enable/disable message in the config
  • Changed Party.Chat to Party.Chat.Format in the config
  • You need to regenerate the Party.Chat section!

2.4 Command Update

31 Mar 15:13
80c50e4
Compare
Choose a tag to compare

General

  • If the creator of a party leaves the network all pending invites will be canceled

Commands

  • Option to set "disabled servers" for commands (this will prevent the usage of this command on the specified servers)
  • This includes the following commands:
    • /party
    • /pc
    • /friend
    • /friends

2.3 Maintenance Update

31 Mar 15:14
80c50e4
Compare
Choose a tag to compare

Maintenance

  • Maintenance mode now turns on itself after server restart if it was enabled on shutdown

2.2 Feature Update

31 Mar 15:14
80c50e4
Compare
Choose a tag to compare

General

  • Fixed some spelling mistakes

Maintenance Command

  • /maintenance add|remove - add|remove a player to the maintenance whitelist
  • Permission: CBMFC.Maintenance

MOTD

  • Option to set multiple MOTDs (just add one under the next number)
    • You need to regenerate the MOTD part of your config
  • Option to enable/disable the switch to the next MOTD on proxy ping
    (everytime a player sees the motd it switches to the next one, so the next player will see the next defined motd)

2.1 Command Update

31 Mar 15:14
80c50e4
Compare
Choose a tag to compare

Commands

  • Option to disable all message system commands (config.yml), including:
    • /msg
    • /w
    • /message
    • /reply
    • /r
  • Option to disable all party system commands (config.yml), including:
    • /party
    • /pc
  • Option to disable all friend system commands (config.yml), including:
    • /friend
    • /friends

=> By setting a option to false, those commands will not be registered anymore by CBMFC!

2.0 Small Update

31 Mar 15:15
80c50e4
Compare
Choose a tag to compare

Reply

  • Fixed a error that could cause misdirection of reply messages

1.9 Command Update

31 Mar 15:16
80c50e4
Compare
Choose a tag to compare

Friend command

  • /friends - command alias for /friend

Message command

  • /w - command alias for /msg
  • /message - command alias for /msg

Party command

  • /pc - command alias for /party chat
  • updated default Party.Help part in the config.yml
  • Party.NoChatMessage - error message if no message for the chat command is defined (config.yml)
    • handles both /pc and /party chat command

Message system

  • MessageSystem.Monitor.Enabled - enable/disable the monitoring of private messages (config.yml)
  • MessageSystem.Monitor got replaced by MessageSystem.Monitor.Text in order to work with new options
  • MessageSystem.Enabled - enable/disable the network wide messaging system (config.yml)
  • MessageSystem.Disabled - message which gets displayed when user try to send a message while system is disabled (config.yml)
  • You need to regenerate the CBMFC.MessageSystem part in your config (delete the part so the server can generate the new one)

Reply command

  • /reply - reply to the last received private message
  • /r - command alias for /reply
  • requires CBMFC.Message permission
  • MessageSystem.Reply.NoMessage - error message if user has no messages to reply to (config.yml)