-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix altering blocks in a claimed chunk when standing outside the claim #7
Closed
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
- Added village commands help, info, select, autoswitch, leave and invite. - Refactored multiple classes - Removed unneeded code
- Commands: join, delete, and create - Additional lang - Redone claim map
- Remove redundant claims map. One singular instance exists now. - Fix created towns not working correctly after creation by a player - Changed ClaimManager to reflect VClaim - Store instance of plugin inside of Village objects
- Settings file - Additional utility methods - Backend flags for villages - Delete old code - Permissions added to plugin.yml - Commands added: claim, unclaim, kick, spawn, setowner, demote and promote.
First version of JVillage utilized in a production environment. Start iterating versions.
- Prevent claiming within certain WorldGuard regions - Resident command - Prevent painting from being destroyed by village outsiders. - Customizable max town name configuration (Default: 20)
- Village broadcasts - Updates cords to string - Rename Command - Admin unclaim command
- Fix village memberships not updating in player data - Fix arrows shot at players in the void sending them to the void
- Fix get center of chunk function - Duplicate chunk claim detection at startup - WGCleanup command to delete claims within protected WorldGuard regions.
- API Routes for JWebAPI - Get chunk X, Z
- Mob Spawner bypass flag - Village member list command
- Methods to find claims within radius of locations - Cleanup language file and add lang for new commands - Village flag command
- Make WorldGuard check toggleable - Add new data to API routes - Add chunk claim settings to allow settings for individual chunks - Block claiming within a radius of other towns. Not working yet - Flag commands for villages refined
Add additional custom events
- Add bank accounts to villages - Refund players when unclaiming chunks - Store chunk claim price when claiming a chunk
- Fix membership issue when players leave town - Fix null pointer error with ChunkClaimSettings - Fix players being able to create towns in protected regions - Try catch the WorldGuard region check to prevent uncatched exceptions when running with a wrong version of WorldGuard.
Fix a nullpointer exception when attempting to claim in a WorldGuard protected region
/village claim rectangle [chunk radius]
- Add automatic claiming (/village claim autoclaim) - Add debug mode (Admins Only) - Additional utility methods for vPlayer objects - Add missed permissions to plugin.yml
- Change to Maven Structure - Utilize dependencies hosted on repository.johnymuffin.com
Upload artifact to GitHub Remove matrix Checking Java 8 and 17 compatibility really isn't required for plugins like this. Include distribution distribution: 'temurin' Try 8 instead of 1.8 Update artifact name Test release workflow Test release tag stuff Test Move to snapshot Don't flag failure for snapshot
Code currently hasn't been tested
Currently JVillage only supports Fundamentals economy. If it isn't installed, the economy is disabled.
Faction Import Support and Fundamentals Depedency Removal
Add /v claim auto help entry to default language .yml and filter vscode entries in gitignore
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.
As specified in https://trello.com/c/XmuBtVYu/297-claim-glitch