Skip to content

Releases: disrespecTech/rugserver

rugserver v0.2.3

03 Nov 09:17
Compare
Choose a tag to compare

Bugfixes

  • Bots don't swing their hand when interacting with a block or entity

See all changes: v0.2.2...v0.2.3

rugserver v0.2.2

03 Nov 08:04
Compare
Choose a tag to compare

Bugfixes

  • Rule noEndCredits sometimes doesn't respawn the player #3
  • Set previous yaw and pitch when exiting camera mode
  • Adjust player position when exiting camera mode or leaving end to prevent them clipping through 1-high blocks

What's New

  • Added setSpawnWithoutSleep rule to allow users to set their spawn position at a bed even during the day
  • Exiting camera mode now sets the players game mode to the default game mode of the server
  • Added crossDimensionalTeleporting rule to allow teleporting with /tp to entities in other dimensions

See all changes: v0.2.1...v0.2.2

rugserver v0.2.1

02 Nov 11:17
Compare
Choose a tag to compare

Bugfixes

  • Server crashing when flower painter ticks 97b8bb2

See all changes: v0.2.0...v0.2.1

rugserver v0.2.0

02 Nov 09:45
Compare
Choose a tag to compare

What's New

  • Added endermanNoGriefing rule to prevent enderman picking up blocks
  • Added mobsOnlySpawnNearPlayers rule to prevent mobs spawning into the world that would otherwise immediately despawn the same tick
  • Added persistLogSubscriptions rule to write log subscriptions to file and load back on start-up
  • Added noEndCredits rule
  • Added player actions
    • /player <name> attack [once/interval/continuous] [ticks] - Attack at a set tick interval, continuously, or once
    • /player <name> use [once/interval/continuous] [ticks] - Use item at a set tick interval, continuously, or once
    • /player <name> sneak/unsneak - Make player sneak/unsneak
    • /player <name> mount/dismount - Make player mount nearest vehicle, or dismount current
    • /player <name> drop [once/interval/continuous] [ticks] - Drop held item one at a time at a set tick interval, continuously, or once
    • /player <name> dropStack [once/interval/continuous] [ticks] - Drop entire held item stack at a set tick interval, continuously, or once
    • /player <name> drop all - Drop entire inventory on to the ground
    • /player <name> drop slot <slot> [true] - Drop an item from the specified inventory slot, or entire stack if true is provided
    • /player <name> drop xp - Dump players experience on to the ground
      • Requires /rug allowXpDumping to be true or limited
    • /player <name> eat [once/interval/continuous] [ticks] - Eats a valid food item from inventory when required, checking at a set tick interval, continuously, or once
      • Requires /rug allowAutoEating to be true
  • Added opNoCheating rule to block /tp command for players in survival mode
  • Added flower forest painter (/flower) which generates flowers in a radius around the player when holding bonemeal.
    • Player must be in creative mode and flowers will only generate in a flower forest

See all changes: v0.1.4...v0.2.0

rugserver v0.1.4

24 Oct 09:29
Compare
Choose a tag to compare

What's New

  • Apply physics to fake players
  • Added modifiable fill limit for /clone, /fill, and /setblock
  • Send command feedback to ops
  • Prefix fake players with [Bot] or [Shadow] in tab list
  • Prevent neighbouring block updates when using commands to change block state
  • Suppress neighbour updates for barrier blocks
  • Allow max TPS to be modified /tick rate
  • Added /rug command to change rules (#2)
    • /rug announceSleep - Announce when a player has skipped the night
    • /rug antiCheatDisabled - Disables some anti-cheat checks
    • /rug barrierBlockSuppressesUpdates - Barrier block will suppress any further neighboring block updates
    • /rug cameraModeDisableDamageCooldown - Allows entering camera mode even if damage was taken recently
    • /rug carefulBreak - Instantly pick-up mined items if sneaking
    • /rug commandCamera - Enables /cs for entering/exiting camera mode
    • /rug commandPlayer - Enables /player for player spawning
    • /rug commandTick - Enables /tick for tick manipulation
    • /rug fillLimit - Specify the block limit for /clone and /fill
    • /rug fillUpdates - Disables neighboring block updates when using /clone, /fill, and /setblock
    • /rug sleepPercentage - Percentage of players required to sleep to skip the night
    • /rug setDefault <rule> [value] - Change default value of a rule
  • Added rule to remove cool-down for XP orbs /rug xpNoCooldown

See all changes: v0.1.3...v0.1.4

rugserver v0.1.3

13 Sep 11:01
Compare
Choose a tag to compare

What's New

  • Added /player <name> spawn to spawn in fake players
  • Added /player <yourname> shadow to spawn in a fake player in your place

See all changes: v0.1.2...v0.1.3

rugserver v0.1.2

11 Sep 12:04
Compare
Choose a tag to compare

What's New

  • Added /log carefulBreak for careful block breaking when sneaking
  • Relaxed some anti-cheat detections

See all changes: v0.1.1...v0.1.2

rugserver v0.1.1

11 Sep 08:43
Compare
Choose a tag to compare

What's New

  • Fix duplicated logs in tab list footer
  • Only announce sleep to overworld and if there is another player in that world
  • Added /cs for camera mode

See all changes: v0.1.0...v0.1.1

rugserver v0.1.0

11 Sep 02:55
Compare
Choose a tag to compare

What's New

  • Enables one player sleep. Can not currently be turned off.
  • Added /log command:
    • /log tps to track TPS/MSPT in tab list
    • /log mobcaps to track mobcaps in tab list