-
Notifications
You must be signed in to change notification settings - Fork 43
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
Updates Dynmap-Towny to work with Towny's new API (0.94.0.2+) #23
base: master
Are you sure you want to change the base?
Commits on Apr 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9156b0b - Browse repository at this point
Copy the full SHA 9156b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef8936 - Browse repository at this point
Copy the full SHA 5ef8936View commit details
Commits on Jul 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c52c415 - Browse repository at this point
Copy the full SHA c52c415View commit details
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e898269 - Browse repository at this point
Copy the full SHA e898269View commit details
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 34c40e8 - Browse repository at this point
Copy the full SHA 34c40e8View commit details
Commits on Jan 23, 2020
-
- Update to 0.75 - plugin.yml: Update api-version to 1.14 - README Update: - Redone 'Supported Versions' and 'Building from Source' - POM Update: - "Fixed" POM model from using tabs to using 4 spaces (IDE automated, I'm too lazy to revert this... - Fixed GitHub Packages repository, github-Towny - Updated Dependencies - Towny to 0.95.2.10 - TownyChat to 0.65 - Bukkit API to 1.14.4-R0.1-SNAPSHOT - DynmapAPI to 2.5 (from 2.2) (Should technically be 3.0-SNAPSHOT, but the maven for it is out of date) - Added Repository to dynamically grab the Bukkit API instead of manually downloading.
Configuration menu - View commit details
-
Copy full SHA for 26fab98 - Browse repository at this point
Copy the full SHA 26fab98View commit details -
Merge pull request #3 from TheFlagCourier/update/Deps&Docs
Proposed 0.75
Configuration menu - View commit details
-
Copy full SHA for af76846 - Browse repository at this point
Copy the full SHA af76846View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9f4e9 - Browse repository at this point
Copy the full SHA df9f4e9View commit details
Commits on Jan 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 253bd12 - Browse repository at this point
Copy the full SHA 253bd12View commit details
Commits on Feb 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 881f5ad - Browse repository at this point
Copy the full SHA 881f5adView commit details
Commits on Mar 29, 2020
-
Added new Placeholders and updated dependencies.
New PlaceHolders: - %residentcount% - Number of residents in a town. - %board% - The board of a town. - %tax% - Town tax - %bank% - Amount of money in a town bank. In addition the dependencies were updated to the latest stable versions.
Suneet Tipirneni (Siris) committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for c9efb15 - Browse repository at this point
Copy the full SHA c9efb15View commit details -
Added new Placeholders and updated dependencies.
New PlaceHolders: - %founded% - The founded date of the town.
Suneet Tipirneni (Siris) committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b30807d - Browse repository at this point
Copy the full SHA b30807dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 457f244 - Browse repository at this point
Copy the full SHA 457f244View commit details -
separated upkeep tag and added "$" prefixes.
Suneet Tipirneni (Siris) committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 0040813 - Browse repository at this point
Copy the full SHA 0040813View commit details -
Suneet Tipirneni (Siris) committed
Mar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a31ee56 - Browse repository at this point
Copy the full SHA a31ee56View commit details -
Suneet Tipirneni (Siris) committed
Mar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 41a6ea3 - Browse repository at this point
Copy the full SHA 41a6ea3View commit details -
Merge pull request #7 from TownyAdvanced/feature/new-placeholders
Feature/new placeholders
Suneet Tipirneni (Siris) authoredMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 642dbca - Browse repository at this point
Copy the full SHA 642dbcaView commit details
Commits on Apr 7, 2020
-
Suneet Tipirneni (Siris) committed
Apr 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 41c5328 - Browse repository at this point
Copy the full SHA 41c5328View commit details -
Merge pull request #8 from TownyAdvanced/hotfix/performance
fix performance issues.
Suneet Tipirneni (Siris) authoredApr 7, 2020 Configuration menu - View commit details
-
Copy full SHA for aa29e02 - Browse repository at this point
Copy the full SHA aa29e02View commit details
Commits on Apr 23, 2020
-
Fix formatting for physical currencies.
Suneet Tipirneni (Siris) committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 5626fcd - Browse repository at this point
Copy the full SHA 5626fcdView commit details -
Suneet Tipirneni (Siris) committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ea798c - Browse repository at this point
Copy the full SHA 0ea798cView commit details -
Merge pull request #11 from TownyAdvanced/hotfix/formatting
Hotfix/formatting
Suneet Tipirneni (Siris) authoredApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 9f1ec96 - Browse repository at this point
Copy the full SHA 9f1ec96View commit details
Commits on Apr 25, 2020
-
* Added intellij files to gitignore * added feature for dynamic nation colours - With this feature, a nation can choose IN-GAME what their dynmap colours will be - This is done by placing one or both of the following tags on the nation board: map_border_style=45345,435.0,45235 # this sets....colour, opacity, weight map_fill_style=234234,3242.0 # this sets....colour, opacity TESTING - It would be great if somebody interested in this feature could test it. - I don't currently have the experience with dynmap to quickly set it up locally * - added another intellij file to gitignore - Updated the towny jar to the 1.13 compatibility one - Updated some other versioning in pom file (to suit 1.13 compatibility) - Also fixed a pre-existing compile type error for 'lossy conversion' - Updated pom - set towny to latest version * Dynamic colors - a few updates for usability * dynamic nation colours-fxd bug with color parsing * dnc - bugfix * dnc - fix bug with colour specification * dnc - added user case inconsitency support - Added code to deal with users putting in upper/lowercase for the keyword * dnc - slight performance improvement * setup nation colour to be read from dedicated field in nation object * Added a dynmap config for this feature - on/off * If feature is on, nation colors are read from the nation object as indicated If feature is off, nation colors are read using the existing pattern * Also updated pom for continued usability - set townychat 68 to be in pom because that is the version which is currently offered in the github package along with the latest towny release 0.96.1.0. - set towny jar to be system in pom like the other deps, because otherwise towny jar updates were not getting picked up. * dynamic-nation-colours - code review updates * dynamic nation colours - updated towny version - updated towny version to the earliest one which supports the colours feature Co-authored-by: goosius <> Co-authored-by: goosius1 <goosius1@gmail.com> Co-authored-by: goosius1goosius1@gmail.com <goosius1goosius1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8829094 - Browse repository at this point
Copy the full SHA 8829094View commit details -
- Added bank caching. - Should make it easier on servers in general but especially physical economies which have to evaluate block inventories to return town bank balances.
Configuration menu - View commit details
-
Copy full SHA for 2dbb603 - Browse repository at this point
Copy the full SHA 2dbb603View commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eaa44e1 - Browse repository at this point
Copy the full SHA eaa44e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9eacb2 - Browse repository at this point
Copy the full SHA e9eacb2View commit details
Commits on May 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 10d948a - Browse repository at this point
Copy the full SHA 10d948aView commit details
Commits on Jul 18, 2020
-
Fix townblock fetching for latest update.
Suneet Tipirneni (Siris) committedJul 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 78d347b - Browse repository at this point
Copy the full SHA 78d347bView commit details -
Merge pull request #13 from TownyAdvanced/hotfix/collection
Fix townblock fetching for latest update.
Suneet Tipirneni (Siris) authoredJul 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 3262934 - Browse repository at this point
Copy the full SHA 3262934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0167c31 - Browse repository at this point
Copy the full SHA 0167c31View commit details
Commits on Jul 19, 2020
-
Suneet Tipirneni (Siris) committed
Jul 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 06b602a - Browse repository at this point
Copy the full SHA 06b602aView commit details
Commits on Jul 20, 2020
-
Merge pull request #14 from TownyAdvanced/hotfix/versioning
Hotfix: Fixes NoSuchMethod exception errors for Dynmap-Towny 0.81
Configuration menu - View commit details
-
Copy full SHA for 228697d - Browse repository at this point
Copy the full SHA 228697dView commit details
Commits on Aug 23, 2020
-
- Fix error shown on servers where using_economy is false. - Replace deprecated methods.
Configuration menu - View commit details
-
Copy full SHA for 87fdc66 - Browse repository at this point
Copy the full SHA 87fdc66View commit details
Commits on Dec 17, 2020
-
- Fix another spot where an error could be thrown if using_economy: false.
Configuration menu - View commit details
-
Copy full SHA for 36e0e95 - Browse repository at this point
Copy the full SHA 36e0e95View commit details
Commits on Jan 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for acf713f - Browse repository at this point
Copy the full SHA acf713fView commit details
Commits on Jan 15, 2021
-
Only display the bank value is TownyEconomyHandler is active &
using_economy: true.
Configuration menu - View commit details
-
Copy full SHA for 0256205 - Browse repository at this point
Copy the full SHA 0256205View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa3f3d - Browse repository at this point
Copy the full SHA dfa3f3dView commit details
Commits on Jan 18, 2021
-
Updates Towny and TownyChat versions. Adds required version checking (set at 0.96.6.0). Replaces deprecated code.
Configuration menu - View commit details
-
Copy full SHA for 9e13664 - Browse repository at this point
Copy the full SHA 9e13664View commit details
Commits on Mar 18, 2021
-
Improved town map colour retrieval
goosius1goosius1@gmail.com committedMar 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 4e2d053 - Browse repository at this point
Copy the full SHA 4e2d053View commit details -
Fixed bug with version checking
goosius1goosius1@gmail.com committedMar 18, 2021 Configuration menu - View commit details
-
Copy full SHA for d778c6f - Browse repository at this point
Copy the full SHA d778c6fView commit details -
goosius1goosius1@gmail.com committed
Mar 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 76f810b - Browse repository at this point
Copy the full SHA 76f810bView commit details -
Added event for building the town popup (#19)
* Added event for building the description * Removed dupe comment * Fixed 2 events being called unnecessarily Co-authored-by: goosius1goosius1@gmail.com <goosius1goosius1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 73eb2ea - Browse repository at this point
Copy the full SHA 73eb2eaView commit details
Commits on Mar 19, 2021
-
Merge pull request #18 from Goosius1/improve_town_mapcolour_retrieval
Improve town mapcolour retrieval
Configuration menu - View commit details
-
Copy full SHA for 81934e3 - Browse repository at this point
Copy the full SHA 81934e3View commit details -
goosius1goosius1@gmail.com committed
Mar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 9827f1a - Browse repository at this point
Copy the full SHA 9827f1aView commit details -
goosius1goosius1@gmail.com committed
Mar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 68d1ca4 - Browse repository at this point
Copy the full SHA 68d1ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86033d - Browse repository at this point
Copy the full SHA c86033dView commit details -
bugfix for asynch event calling
goosius1goosius1@gmail.com committedMar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 4ab1a49 - Browse repository at this point
Copy the full SHA 4ab1a49View commit details -
Merge pull request #21 from Goosius1/synch_bugfix
event thread/synch bugfix
Configuration menu - View commit details
-
Copy full SHA for a30807a - Browse repository at this point
Copy the full SHA a30807aView commit details
Commits on Jun 26, 2021
-
* Add a new `ruined` flag * Add new BuildTownFlagsEvent
Configuration menu - View commit details
-
Copy full SHA for 862a335 - Browse repository at this point
Copy the full SHA 862a335View commit details -
Updated POM + Utilize new cache in Towny (#16)
* Updated POM + Utilize new cache in Towny * Resolve conflicts and unneeded formatting changes, bump Towny version. * Fix towny dependency. Co-authored-by: Llm Dl <LlmDlio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d2ac795 - Browse repository at this point
Copy the full SHA d2ac795View commit details -
Display time left on ruined towns, alter their marker to be the warning
symbol. - Closes TownyAdvanced/Towny#5026
Configuration menu - View commit details
-
Copy full SHA for 4aa723c - Browse repository at this point
Copy the full SHA 4aa723cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff2077 - Browse repository at this point
Copy the full SHA fff2077View commit details
Commits on Jun 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c5819af - Browse repository at this point
Copy the full SHA c5819afView commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24393f5 - Browse repository at this point
Copy the full SHA 24393f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f8b08 - Browse repository at this point
Copy the full SHA 17f8b08View commit details -
- %public% - %peaceful% Removes public from the %flags% Closes #TownyAdvanced/Towny#5094
Configuration menu - View commit details
-
Copy full SHA for 7fbadaf - Browse repository at this point
Copy the full SHA 7fbadafView commit details
Commits on Jul 30, 2021
-
Adds support for towns as well as nations having a map color. (#23)
* Adds support for towns as well as nations having a map color. - Closes TownyAdvance/Towny#5093. - Min. Towny version bumped to 0.97.0.18. * Use 0.97.0.18 in the pom. * Unbump the version number.
Configuration menu - View commit details
-
Copy full SHA for afcadb8 - Browse repository at this point
Copy the full SHA afcadb8View commit details
Commits on Aug 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c8c1752 - Browse repository at this point
Copy the full SHA c8c1752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b39b2 - Browse repository at this point
Copy the full SHA 94b39b2View commit details
Commits on Aug 6, 2021
-
Added option to config town colour on/off
Also updated pom
goosius1goosius1@gmail.com committedAug 6, 2021 Configuration menu - View commit details
-
Copy full SHA for e6c9e57 - Browse repository at this point
Copy the full SHA e6c9e57View commit details -
Merge pull request #24 from Goosius1/add_dtcolour_config_option
Added config option to enable/disable dynamic town colours
Configuration menu - View commit details
-
Copy full SHA for e8adfc6 - Browse repository at this point
Copy the full SHA e8adfc6View commit details
Commits on Sep 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0e6d8fc - Browse repository at this point
Copy the full SHA 0e6d8fcView commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 11274e8 - Browse repository at this point
Copy the full SHA 11274e8View commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d406c7 - Browse repository at this point
Copy the full SHA 6d406c7View commit details
Commits on Nov 15, 2021
-
Fix TownBlockType colouring no longer applying when town or nation
colours are being used. Closes TownyAdvanced/Towny#5147
Configuration menu - View commit details
-
Copy full SHA for 1d18ab9 - Browse repository at this point
Copy the full SHA 1d18ab9View commit details -
Merge pull request #25 from TownyAdvanced/hotfix/fix_townblocktype_co…
…lours Fix TownBlockType colouring no longer applying when town or nation colours are being used.
Configuration menu - View commit details
-
Copy full SHA for c181286 - Browse repository at this point
Copy the full SHA c181286View commit details
Commits on May 7, 2022
-
- Remove error message when a town has no homeblock set.
- Add %towntrusted% placeholder, closes TownyAdvanced/Towny#5799
Configuration menu - View commit details
-
Copy full SHA for c137a54 - Browse repository at this point
Copy the full SHA c137a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for d537e86 - Browse repository at this point
Copy the full SHA d537e86View commit details
Commits on Dec 27, 2022
-
Fix %residentdisplaynames% placeholder not using ", " in the list.
Bump min. Towny version to 0.98.4.0.
Configuration menu - View commit details
-
Copy full SHA for c320753 - Browse repository at this point
Copy the full SHA c320753View commit details -
Merge pull request #27 from TownyAdvanced/fix/residentdisplaynames_pl…
…aceholder Fix %residentdisplaynames% placeholder not using ", " in the list.
Configuration menu - View commit details
-
Copy full SHA for dabe299 - Browse repository at this point
Copy the full SHA dabe299View commit details
Commits on Feb 20, 2023
-
Add TownRenderEvent, update min Towny to 0.98.6.0. (#28)
* Add TownRenderEvent Exposes the AreaMarker for a Town, allowing other plugins to alter it any way they want. Closes TownyAdvanced/Towny#6309 * Basically just cleaning up things, updating things to newer Towny/Java.
Configuration menu - View commit details
-
Copy full SHA for e3aea53 - Browse repository at this point
Copy the full SHA e3aea53View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 313131c - Browse repository at this point
Copy the full SHA 313131cView commit details -
Merge pull request #29 from TownyAdvanced/fix/replace-http-repo
Change http dynmap repo to https
Configuration menu - View commit details
-
Copy full SHA for c936a18 - Browse repository at this point
Copy the full SHA c936a18View commit details
Commits on Apr 5, 2023
-
This event is called when Dynmap-Towny decides which marker icon to select for a town.
Configuration menu - View commit details
-
Copy full SHA for 8f46e40 - Browse repository at this point
Copy the full SHA 8f46e40View commit details -
Merge pull request #30 from galacticwarrior9/add-marker-event
Add TownSetMarkerIconEvent
Configuration menu - View commit details
-
Copy full SHA for a07e71e - Browse repository at this point
Copy the full SHA a07e71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e9900 - Browse repository at this point
Copy the full SHA 53e9900View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d347e2 - Browse repository at this point
Copy the full SHA 9d347e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c323d7 - Browse repository at this point
Copy the full SHA 0c323d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e254c5 - Browse repository at this point
Copy the full SHA 2e254c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5cad7 - Browse repository at this point
Copy the full SHA 7e5cad7View commit details
Commits on Aug 22, 2023
-
Add outposticon to config.yml, regenerate your config if you don't want to add `outposticon: "tower"` to the regionstyle section. Outposts will now show on the dynmap with their own icon. Closes TownyAdvanced/Towny#5831
Configuration menu - View commit details
-
Copy full SHA for 56bb40f - Browse repository at this point
Copy the full SHA 56bb40fView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc11847 - Browse repository at this point
Copy the full SHA bc11847View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e56c893 - Browse repository at this point
Copy the full SHA e56c893View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41d39b7 - Browse repository at this point
Copy the full SHA 41d39b7View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 384dfbc - Browse repository at this point
Copy the full SHA 384dfbcView commit details
Commits on Jan 8, 2024
-
* Commit savagery on a scale never seen before. * Remove the old config.
Configuration menu - View commit details
-
Copy full SHA for febf288 - Browse repository at this point
Copy the full SHA febf288View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dc1b87 - Browse repository at this point
Copy the full SHA 0dc1b87View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdb18f1 - Browse repository at this point
Copy the full SHA cdb18f1View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 647e665 - Browse repository at this point
Copy the full SHA 647e665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4e207 - Browse repository at this point
Copy the full SHA 8d4e207View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29bf6b1 - Browse repository at this point
Copy the full SHA 29bf6b1View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 872b83e - Browse repository at this point
Copy the full SHA 872b83eView commit details
Commits on Aug 25, 2024
-
Add %conquered% placeholder which will output Enabled or Disabled. (#41)
Closes TownyAdvanced/Towny#7561
Configuration menu - View commit details
-
Copy full SHA for 4ca3af6 - Browse repository at this point
Copy the full SHA 4ca3af6View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09578f3 - Browse repository at this point
Copy the full SHA 09578f3View commit details