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

Dev #51

Merged
merged 16 commits into from
Sep 29, 2023
Merged

Dev #51

merged 16 commits into from
Sep 29, 2023

Commits on Jun 20, 2023

  1. feat: fire (cancellable) TeleportEvent.TELEPORT before teleporting

    Give other mods a chance to cancel the teleportation based on where the
    player is etc.
    
    FTBTeam/FTB-Mods-Issues#841
    desht committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1bd20e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e951ec3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix: player data load/save behaviour

    Fix NPE when unmuting offline player
    Drop forge-specific event handlers for player data load/save, just use world
     load/save (works correctly with offline players)
    desht committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    014337d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3c850 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    c646b0a View commit details
    Browse the repository at this point in the history
  2. build: version -> 2001.1.3, changelog updated

    Bumped version back down to 2001.1.3, shouldn't have been 2001.1.4
    desht committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9cb296b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. feat: added a /tp_offline command

    Allows the location of offline players to be adjusted by editing their
     player <uuid>.dat file directly
    desht committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ab4b8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e0a68 View commit details
    Browse the repository at this point in the history
  3. chore: changelog updated

    desht committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    222fc4f View commit details
    Browse the repository at this point in the history
  4. feat: added /jump command

    Teleport to where you're looking (top of focused block column)
    
    FTBTeam/FTB-Mods-Issues#741
    desht committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f362df1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7262a96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e37f24d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fe2aa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: added /speed command

    Control your or other player's speed with a percentage boost
    
    FTBTeam/FTB-Mods-Issues#741
    desht committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5ae1f74 View commit details
    Browse the repository at this point in the history
  2. feat: added some virtual worksite commands

    /anvil, /smithing, /crafting, /stonecutter
    
    FTBTeam/FTB-Mods-Issues#424
    desht committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9a2e896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14e8bd View commit details
    Browse the repository at this point in the history