Skip to content

Releases: insanj/pride

0.6.0-pre1

23 May 03:13
Compare
Choose a tag to compare
0.6.0-pre1 Pre-release
Pre-release

Pre 1

  • Add /appear <area_name>: new teleportation command using Pride area name #4
  • Begin work on /book command for Pride areas in current world #8
  • Minor fixes and optimizations

Confirmed working on 1.14.1!

Pre 2

  • Add /suppress: toggle Pride messages on or off completely (maybe needs more logic here)
  • Improve description everywhere (README, Mod Menu, and /pride)
  • Add prefix to all messages from Pride consistently

Pre 3

  • Add click events to all area names in chat (autofills /compass <area_name> command, or if you are using /compass, then provides the new /appear <area_name>)
  • Fixed a few missing hover events and made underlying implementation consistent
  • Added permission check to /settle, /abandon, and /appear

0.5.5

25 Apr 07:08
Compare
Choose a tag to compare
  • Adds nearbypage <page_number> to compliment /nearby which no longer accepts a command

0.5.4

16 Apr 09:45
Compare
Choose a tag to compare
  • Exposes activationDistance and bottleneckLimit in config file
    • Initial feature implementation using /config/pride.json format, not rigorously tested yet
  • Changes activation logic; you must now move at least 100 blocks away from the center of a Pride area to deactivate it
    • This should potentially fix the spam (i.e. the " is entering <area_name>" message) when crossing the original 50 block threshold over and over again in a short period of time

0.5.3

12 Apr 19:48
Compare
Choose a tag to compare

This release essentially brings Pride to full feature parity with the last Bukkit build (v0.4.x)! 馃帀

  • /far <area_name> to calculate distance between you and an area
  • /here to list areas you are currently activating
  • /between <area_1, area_2> to calculate distance between two areas
  • /north to point your compass north based on your current position
  • Various text formatting improvements

0.5.2

12 Apr 16:48
Compare
Choose a tag to compare
  • /nearby <page_number command to list all Pride areas sorted by distance
  • Improved /areas <page_number> command
    • Now case insensitive
    • Better formatting and colors
  • /pride command lists available commands for this version
  • /compass now allows for hovering over area name
  • When entering and leaving an area, you may now hover over all of the text to see relevant info

0.5.1

09 Apr 01:16
Compare
Choose a tag to compare

Making good progress towards fully reimplementing 0.4.x features! Now available:

  • /pride shows debug view of all areas, works in each world separately
  • /settle or /abandon an area
    • Can now include spaces and special characters
  • /compass <area_name> to point your compass towards an area
    • Uses a neat packet trick which should not change your (or the world's) spawn point, although you may need to type it in again when you go to a separate dimension or log out
  • When entering an area, a colorful message is now sent to everyone on the server
    • Player name appears in blue
    • Area name appears in bolded gold
    • Hovering over area name shows x, y, z coordinates
  • When entering an area, the name of the area will appear on your screen in gold for a moment

0.5.0

07 Apr 01:03
Compare
Choose a tag to compare

Newly built Fabric mod which runs entirely on server. Rewrote entire mod, reusing some components and essentially forking off 馃惥 viridian. File format can be converted using 馃惎 tigon, as always. Now, Pride will save the areas in a PridePersistentState.dat file within the world/data/ folder. This means there will be one of these files in each world / dimension, including the nether and the end. The inner format of the file is still consistent with that of the last YAML format, albeit much of the top-level keys are unnecessary now. Although I planned on having this as a 1.0 release, this is clearly a 0.5.0 which needs to have all the features of 0.4.x re-implemented.

Use with caution!

0.4.4

04 Mar 20:38
Compare
Choose a tag to compare

Changelog includes updates from the last undocumented 0.4.x updates.

  • /north command which estimates an extremely northernmost position relative to player to use for compass
  • rename /pride to /areas and added pagination so it doesn't flood your logs
  • experimental acacia sapling recipe to craft written book with complete Pride world output (needs pretty formatting)
  • fully functional node.js webapp that reads from FTP-based server
    • allows for reading all areas from config.yml file
    • easy instant search with all coordinates inline
    • gallery mode with multi-screenshot upload to local folder
    • runs completely on your computer, doesn't require server to be running

webapp

0.4.0

19 Feb 01:12
Compare
Choose a tag to compare

0.3.9

18 Feb 19:04
Compare
Choose a tag to compare
  • add /compass command to point your compass towards an area
  • aesthetic improvements