-
Notifications
You must be signed in to change notification settings - Fork 42
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
Added "/warp to" and ignores the case #2
Open
xZise
wants to merge
280
commits into
taylorkelly:master
Choose a base branch
from
xZise:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rps; !changed name to xWarp to avoid problems with MyHome;
…yours); !blindAdd now also adds into personal warps; *added explizit getter for global warps;
…orrectly); +warp.sign permission to use signs as warpers;
…Logger instances are now possible; !help is now shown with /warp help|?; !store now new warps correctly internal;
Conflicts: src/me/taylorkelly/mywarp/WMPlayerListener.java
… instead of a queue;
Conflicts: src/me/taylorkelly/mywarp/ConnectionManager.java src/me/taylorkelly/mywarp/MyWarp.java src/me/taylorkelly/mywarp/WMPlayerListener.java src/me/taylorkelly/mywarp/WarpDataSource.java src/plugin.yml
…s editors; *DataConnections now stores editors separated between groups/players; !correct wu/cd in sqlite; +WPA table in sqlite; !remove backup permissions table on sqlite update; !dropped old warp table backup (warpTable_backup instead of warps); *updates "addWarp"/"updateEditor" for new editors in sqlite; !removed coverage (standard and list) in warp permissions;
…nterface in hmod/sqlite; *wpa now reads the editors from sqlite; +add/delete WPAs to/from sqlite; +updateEditor/Name/Owner/Creator for WPAs in sqlite/yml; !store yml more often;
…s save, for warps with steps; !add editor now uses player instead of group; +add editor supports permission nodes; *make IdIdentification more save; *each editor permission now has a name (e.g. rename); -Editor permission only support one name per type; *Defaults of the editor permissions are immutable (sets) now;
…ager base interface; +WarpObject.canModify (+ impl. in DefaultWarpObject); +todo file; *use command's stuff from bukkit plugin utilties; +an editor permission has a default permission and admin permission; -permission double (jerks :( double? really);
…atabase (is now reload); *reload check etc. now in the command itself; *cleaned up WarpManager; +static generic constructors for the commands; +WPA command map (create missing); -getBy(Id,Char) in Warp(ProtectionArea)Permissions (use the immutable map);
…ditor,Permission)Permission and hasPermission to check, if the user is allowed to do something; *moved all files into the de.xzise.xwarp package; +(un)invite in WPAManager; +redirecting WPA commands; +option to ignore case (not in config file possible at the moment); *more type save WarpEditorPermission;
…ager extends from CommonManager; +case sensitive and permissions plugin property; *configuration file is now a yml file; +XWarp registers the permissions; *moved the permissions from the warp.* namespace to xwarp.* namespace;
…L statements; !change visibility check the creator limits; +info command for wpa; +wpa create command; +wpa stop-create command; *better permissions descriptions; *extracted managing permissions;
…p; !save WPA into database; *register all permissions; !remove creation entry after wpa creation; !tell warp manager the wpa manager to handle WPAs on creation; !execute hit only when a wooden sword in hand; !the import permission is xwarp.admin.import not xwarp.admin.export;
…use of missing values in the editor maps; !config.yml is the config file name; *change the data connection in the manager (if it was changed in the settings); !the name should be not allowed (in the WPA) to deny the warp creation; !test case insensitive for the owner property in the list command; !create new file if doesn't exist; !add warps to WARP_PATH not WPA_PATH; !removeFromList is now adding the node and not the root; *yml now understand the permissions editor permission; !the yml node for the wpa corners is corners not corner; !save yml file on adding/deleting the wpa; *the WarpEditorPermission class supports now WPAs and the new layout;
…y only needs two Permissions; *read case sensitive property; +(un)setWorld for all managers; !standard cd/wu of a warp is -1; *improved safety test; !check WPAs on update location; !read permissions.plugin property; *(un)register WorldPermissions; +(temporary) convert command for cooldowns/warmups; !load data connection on reload; *status command shows the number of invalid warp objects; !hmod supports cooldown/warmup; !create table for wpa; !store y coordinate not as x value in yml; !updateEditor fixed; !use WPAPermissions in WarpProtectionAreaPermissions; !correct prefix for the permission values;
…listed by default; +CD/WU in the info command;
…setting; !remove marker on warp deletion; +negative list options; !no error if dynmap is missing; +command to show welcome message; +add columns in warp list;
…N_DOOR_BLOCK as save door and not IRON_DOOR (the item in the hand); *update marker on reload/start; *add changeworld command for WPA; !free data connection before load a new one;
…e array cropping for ManagerCommands; !GlobalMap is using Owner instead of Creator;
…ption to disable support completely; *removed some debug code with search command; -reload command in wpa command map;
…now work with null values; +added text in info command to show listed status; +it checks now the permission if another player get warped;
…ew Configuration classes for the configuration; *handle warp visibilities more object orientated; *move (un)listed specific code to DataConnections; *use newer event system; +command to change the listed status of all warps; *info command shows distance to warp; *don't cancel warmup if the event which causes it was canceled; *don't unload warps if the unload world was cancelled;
…deprecation warnings; -remove debug messages;
…ackup); +rudimentary description for markers; !fix bug that there is an error if dynmap get disabled before xWarp; +message if the warp name wasn't unique; +show how many warps with this name exists; +status shows if it was linked to dynmap; *better error if BPU doesn't exist; !update listed status also in database;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I added the possibility to use "/warp to " and it ignores the case. Also the header has always the same width.
Sincerely
xZise