Server Options - SpaceWalkerRS/redstone-multimeter-fabric GitHub Wiki

Redstone Multimeter's server-side options are only editable for dedicated servers and are stored in /config/redstone_multimeter/options.json. As of v1.4.0 the following options are available:

meter

  • allow_teleports (default true): allow players to use the "click to teleport" function to teleport to meters

meter_group

  • meter_limit (default -1): the maximum allowed number of meters per meter group - setting this option to -1 removes the limit entirely
  • max_idle_time (default 72000): the maximum allowed number of ticks a meter group can be idle (meaning no one is subscribed to it) before it is deleted - setting this option to -1 removes the limit entirely

event_types:

  • allowed (default all): the mode for allowing the metering of certain event types (possible values are all, blacklist, whitelist)
  • blacklist (default []): a blacklist of event types
  • whitelist (default []): a whitelist of event types