Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.5 #6

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Version 1.5 #6

wants to merge 30 commits into from

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    6aa1c81 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    f927fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549024a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    d1fc547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28296f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dca7df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f924fa View commit details
    Browse the repository at this point in the history
  5. Notify player on toggle.

    LM-Wolfert committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    56e4501 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    8b47ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80a91a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. me.bteuk -> net.bteuk

    LM-Wolfert committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4b89a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec45b6a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Start holograms at plot functionality.

    - Create holograms for plots.
    - Set visibility of holograms for a specific player.
    - Update hologram on change of plot status.
    LM-Wolfert committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    cb952c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    20e63f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe336c1 View commit details
    Browse the repository at this point in the history
  3. Hologram click events.

    Determine the click event based on hologram name, the name includes the plot id and the type of hologram. If the type is UNCLAIMED run /claim <plotID> else run /plot info <plotID> the plot info command will open the correct menu already.
    Modified /claim to allow plot id as argument, this is optional, else it will look at the plot you're currently standing in, this will allow players to claim plots they are not near.
    LM-Wolfert committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    85c9321 View commit details
    Browse the repository at this point in the history
  4. Fixes from testing

    LM-Wolfert committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c319d73 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Add hologram on plot creation.

    - When creating a plot, if standing in the plot, add a hologram at the location of the player.
    - Added /ps movemarker <plot> to update the location of an existing marker, or adding it if it does not yet exist. Also requires the player to be standing in the plot.
    LM-Wolfert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    935ec52 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    ed27afb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    ea728f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    8e6d24d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Better logging for events.

    LM-Wolfert committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f3cd0d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from BTEUK/release_1_4

    Release 1.4
    LM-Wolfert authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f52a326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a65b46b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Updated Network dependency using Jitpack and fixed some changed featu…

    …res regarding messages and roles.
    LM-Wolfert committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    008e097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce1604 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Replaced all database insertion for messages with DirectMessage calls…

    … to the proxy, as this will automatically send the message if the user is online, or save it if offline.
    LM-Wolfert committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ddb9fcd View commit details
    Browse the repository at this point in the history
  2. Some formatting fixes.

    LM-Wolfert committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9a47b68 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Fix some text formatting.

    LM-Wolfert committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    38ec0dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from BTEUK/release/1_5

    Release 1.5
    LM-Wolfert authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    cedb176 View commit details
    Browse the repository at this point in the history