Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Fenixin/Minecraft-Region-Fixer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swbratcher/Minecraft-Entity-Finder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 6, 2014

  1. Allow --name-tag option to list custom named entity locations.

    Added the option to find and list entities with custom names and their
    current locations in the map (x,z coords).
    swbratcher committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    2e8642e View commit details
    Browse the repository at this point in the history
  2. Text Updates

    Updated some instructions and intentions copy in the script README's
    and files.
    swbratcher committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    e07d340 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    Listed a couple TODO items.
    swbratcher committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    992325c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2014

  1. Adding catch for non-CustomNamed but owned entities.

    Now horses, cats and dogs will display who they are owned by and where
    they are located even if they are not named with a custom name-tag.
    swbratcher committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    247792c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. Updated after 1.8 changes to data schema.

    Tried to maintain some level of backward compatibility, but mainly
    looked forward.
    swbratcher committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    4e41f3c View commit details
    Browse the repository at this point in the history
  2. Added a UUID to Username converter

    If you add your server whitelist.json to your script directory it will
    be used to list the owners as usernames instead of UUIDs.
    swbratcher committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    10d0d6b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2015

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