ClassiCube icon indicating copy to clipboard operation
ClassiCube copied to clipboard

[Request] motd additions

Open backtick82 opened this issue 8 months ago • 5 comments

  • thirdpersonzoom=[max] - sets max amount the third person camera can zoom out (regardless of fly being enabled/disabled)
  • -/+forcethirdperson - forces third person to be used
  • verspeed=[speed] - sets base vertical speed users move at
  • gravity=[number] - sets speed users are accelerated down at

backtick82 avatar Apr 02 '25 02:04 backtick82

I would like to make some additions

  • -plugins - Disables ALL plugins
  • allowplugins=abc,abc - Only allows plugins in the list

home-gihub avatar May 10 '25 13:05 home-gihub

I would like to make some additions

  • -plugins - Disables ALL plugins
  • allowplugins=abc,abc - Only allows plugins in the list

plugins are loaded when the game starts and are unloaded when the game stops, these are impossible to implement

Rainb0wSkeppy avatar May 11 '25 23:05 Rainb0wSkeppy

bruh

home-gihub avatar May 15 '25 15:05 home-gihub

It’s also worth mentioning that MCGalaxy users can implement a plugin that scans the p.Session.ClientName() string for illegal modifications and kicks the player if necessary. On custom server software, this would correspond to the AppName field of the ExtInfo packet (if the server supports CPE). Obviously, this check isn’t effective against cases where the client is modified in such a way that the AppName string remains clean. If that MOTD feature implementation was possible, nearly the same issue would apply. Not to mention that not all plugins declare their existence in the AppName field.

minecraft8997 avatar May 15 '25 16:05 minecraft8997

Not to mention that not all plugins declare their existence in the AppName field.

also the appname field is a string which is limited to 64 chars so only a few plugins could fit in that field

           1         2         3         4         5         6  6 
 0         0         0         0         0         0         0  3
 +---------+---------+---------+---------+---------+---------+--+
|ClassiCube 1.3.7 cef1.13.7 cs3.9.5 + Classic64 Mario64 v1.1     |
|ClassiCube 1.3.7 cef1.13.7 cs3.9.5 + MM 1.2.5 + Ponies v2.1     |

Rainb0wSkeppy avatar May 31 '25 17:05 Rainb0wSkeppy