Skip to content

Instantly share code, notes, and snippets.

@Yonom
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yonom/41c559fd3b4d0b6e517f to your computer and use it in GitHub Desktop.
Save Yonom/41c559fd3b4d0b6e517f to your computer and use it in GitHub Desktop.

Protocol Changelog

Version 191

Added Content

New Smilies

smiley3dglasses: 111

New Blocks:

brickeffectjump: 417 
brickeffectfly: 418
brickeffectspeed: 419
brickeffectprotection: 420
brickeffectcurse: 421
brickeffectzombie: 422
brickeffectteam: 423, 1027, 1028

Changed / Added messages

Receivable

  • "aura" id, aura
  • "team" id, team
  • "effect" uid, effectid, enabled[, timeLeft, duration]
    • timeLeft + duration for curse and zombie
  • "hideLobby" value
  • "allowSpectating" value
  • "roomDescription" value
  • "add" id, name, face, x, y, isgod, ismod, canchat, coins, bluecoins, isfriend, isclubmember, isinguardianmode, team, aura, chatcolor
  • "init" owner, name, playes, woots, totalwoots, rot13, id, face, aura, x, y, chatcolor, name, canedit, owner, width, height, istutorial,gravitymultiplier, bgcolor, visible, hidelobby, allowspectating, worlddescription, ws, [world data], we
  • "init2" response:
    • foreach player
      • "add"
      • foreach effect:
        • "effect"
      • "ks"
    • foreach oldchat
      • "chat_old"
    • "k"

Sendable

  • "touch" touchedId, effectId
  • "setRoomVisible" value (owner only)
  • "setHideLobby" value (owner only)
  • "setAllowSpectating" value (owner only)
  • "setRoomDescription" value (owner only)
  • "effect" x, y, id, activate
  • "timedeffect" x, y, id, duration
  • "team" x, y, team
  • rot13 + "a" auraId

Chat

New Commands:

  • /clear

New Enums:

AuraID

  • Normal = 0
  • Red = 1
  • Blue = 2
  • Yellow = 3
  • Green = 4
  • Purple = 5
  • BC Normal = 6
  • BC Red = 7
  • BC Blue = 8
  • BC Yellow = 9
  • BC Green = 10
  • BC Purple = 11

EffectID

  • Jump = 0
  • Fly = 1
  • Run = 2
  • Protection = 3
  • Curse = 4
  • Zombie = 5
  • Team = 6

TeamID

  • None = 0
  • Red = 1
  • Blue = 2
  • Green = 3
  • Cyan = 4
  • Magenta = 5
  • Yellow = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment