Skip to content

Releases: FranchuFranchu/purecraft

v0.5.1: fixed jumping

17 Feb 17:59
Compare
Choose a tag to compare
v0.5.1: fixed jumping Pre-release
Pre-release

Fixed jumping. Added possibility of future multiworld support

v0.5 Smooth movement

15 Feb 18:29
Compare
Choose a tag to compare
v0.5 Smooth movement Pre-release
Pre-release

v0.5 additions:

  • Smoother movement
  • Players can jump
  • The player spawns in a small parkour with a pig
  • Added a "tick" plugin event

v0.4: Permission support.

22 Jan 17:59
Compare
Choose a tag to compare
Pre-release
  • Now plugins can read permissions! 😄
canBreak = p.f.c.hasPermission(player.display_name,'core.break')
  • Fixed a bug with hoverable text
  • The standard chat plugin supports prefixes, suffixes, and pre-texts now
    The mouse is over "Hover text"

v0.3 Extra color codes

22 Jan 00:35
Compare
Choose a tag to compare
Pre-release

Now we have color codes not present in minecraft:

  • &i:
    • a&ib&i: when you shift-click a, the content of your chat box is replaced by "b"
  • &g: click actions
    • &gs:
      • a&gub&i: like &i, but without shift
    • &gu:
    • &gr:
      • creative&gr/gm 1&g: changes mode to creative. can also be used to send chat
    • &gp:
      • go to page 42&gp42&g: in a book, it changes the page to 42
  • &h:
    • hi&hhow are you&h: when hi is hovered, "How are you" is shown

v0.2: First logged update

21 Jan 22:24
Compare
Choose a tag to compare
Pre-release

This update has

  • Support for 1.12
  • Chat support with some color codes
  • Can place and break blocks
  • One command: /gamemode 0,1,2 or 3
  • Support for plugins and libraries