Commit Graph

93 Commits

Author SHA1 Message Date
Parker Hawke 8bad2c479f Use plugin logger instead of Minecraft logger in README example
The JavaPlugin class provides plugins with their own logger via getLogger() which is the preferred means of logging content to the console as it prepends the plugin's name. Using a Logger with the Minecraft prefix is non-descript and poor practice because it will not properly source from where the log message is coming. Beginners should not be given this poor practice as an example.
2023-08-16 08:57:52 -07:00
Parker Hawke 9520d8847e Simplify EconomyResponse#transactionSuccess() 2022-06-27 11:41:44 -07:00
Nick Minkler af58e675c3
Merge pull request #105 from Geolykt/patch-1
Unify inconsitent identation within the readme examples
2021-01-10 17:18:53 -08:00
Geolykt 9c1759198f
Unify inconsitent identation 2021-01-06 13:23:36 +01:00
Nick Minkler c6d3aaa7ef
Merge pull request #101 from MilkBowl/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1
2020-10-13 10:26:03 -07:00
dependabot[bot] 882d69290a
Bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 09:11:14 +00:00
Nick Minkler (Sleaker) ea40092989 make sure to run git configs after we cd to the gh-pages directory, not before 2020-08-02 14:38:11 -07:00
Nick Minkler (Sleaker) 7a4d86c110 fix release.yml wrong command 2020-08-02 14:35:02 -07:00
Nick Minkler (Sleaker) 17c506c026 standard build should only generate a javadoc jar. 2020-08-02 14:30:52 -07:00
Nick Minkler (Sleaker) c6769458fd comment out deploy for now 2020-08-02 14:30:13 -07:00
Nick Minkler (Sleaker) 8c201fae74 uppercases in URL are not supported. 2020-08-02 14:22:48 -07:00
Nick Minkler (Sleaker) ac7a0029b6 fix ENV variable 2020-08-02 14:02:24 -07:00
Nick Minkler (Sleaker) c76f77b89b adjust the token 2020-08-02 14:02:05 -07:00
Nick Minkler (Sleaker) e6ebff536a just include the settings.xml in the repo 2020-08-02 13:54:10 -07:00
Nick Minkler (Sleaker) 5088e973e0 try using x-access-token as username 2020-08-02 13:43:34 -07:00
Nick Minkler (Sleaker) 85bb95ac12 don't error if .m2 dir exists 2020-08-02 13:39:27 -07:00
Nick Minkler (Sleaker) da54503395 try recommendations for getting publish to work 2020-08-02 13:35:09 -07:00
Nick Minkler (Sleaker) 274d110b51 test out github packages 2020-08-02 13:13:45 -07:00
Nick Minkler (Sleaker) 20edad734d update pom and action file to generate javadocs 2020-08-02 12:46:19 -07:00
Nick Minkler (Sleaker) 1d5d597fb4 more syntax problems 2020-08-02 12:31:56 -07:00
Nick Minkler (Sleaker) 98c84cf8b3 cleanup steps 2020-08-02 12:30:38 -07:00
Nick Minkler 12d0749f0b
updates to github action flow 2020-08-02 12:20:04 -07:00
Nick Minkler 9847396d52
update maven dependencies 2020-08-02 12:12:20 -07:00
Nick Minkler 92cf77e341
add github action for auto-packaging 2020-08-02 12:04:01 -07:00
Nick Minkler 89c00e1cb8
Merge pull request #83 from yannicklamprecht/master
Removed type jar and replaced it with scope provided
2019-12-25 15:40:45 -08:00
Yannick Lamprecht e958e9ae2a
changed to 1.7 2019-12-19 15:04:34 +01:00
ysl3000 c17036183c Removed type jar and replaced it with scope provided 2019-12-14 02:10:58 +01:00
Nick Minkler 4c248aad62
Merge pull request #79 from mysteryworlds/hotfix/prevent-recursive-death
Fix recursive call, default AddTransient should just call addTransient for the global method.
2019-10-18 10:39:02 -07:00
Ruby Hale 035e9c002e
Prevent a guranteed stackoverflow. 2019-10-15 07:39:55 +02:00
Nick Minkler 2b68b5461e
add null checking for has and hasAccount methods 2019-10-08 15:02:18 -07:00
Nick Minkler af0353b1d7
update readme to point users to using jitpack repo 2019-06-04 12:25:05 -07:00
Nick Minkler 68f14eca20
Fix documentation for createPlayerAccount 2018-12-26 21:40:10 -08:00
Nick Minkler 431c5273c2
Merge pull request #63 from Sxtanna/master
Updated readme with gradle example
2018-11-07 00:52:25 +01:00
Ranald eb70b07d4b
Updated readme with gradle example 2018-11-04 18:45:02 -05:00
Nick Minkler c8cb88f27a
Update README.md 2018-09-21 09:45:46 -07:00
Sleaker da407c0059 remove deprecated playerRemoveTransient method signature from the API 2018-09-10 22:20:24 -07:00
Sleaker 61596d8c60 remove a few deprecated permission functions 2018-09-10 22:05:46 -07:00
Sleaker 5b8dc3a706 remove item API as it's unnecessary now. 2018-09-10 21:46:17 -07:00
Nick Minkler fdddf25e44
Merge pull request #58 from DoNotSpamPls/fixes
(Hopefully) fix Travis builds, set compat. to Java 8 for consistency
2018-08-23 10:36:08 -07:00
DoNotSpamPls 09e1b17bab (Hopefully) fix Travis builds, set compat. to Java 8 for consistency 2018-08-17 10:01:02 +03:00
Nick Minkler 8dc0859cba
Merge pull request #43 from stuntguy3000/patch-1
Fix #42
2018-01-11 16:47:21 -08:00
Luke Anderson 8884a12f99
Fix #42 2018-01-11 21:52:22 +10:30
Nick Minkler bf98e28a93
Merge pull request #41 from FlyingPikachu/master
Correct itemByStack(), fixes #10 and #36
2018-01-09 22:34:42 -08:00
HappyPikachu b305ed5f0b Correct itemByStack(), fixes #10 and #36 2018-01-10 00:35:27 -05:00
Nick Minkler 3d7d2de1d1 Merge pull request #32 from creatorfromhell/patch-1
Update example in README.md
2017-03-07 11:53:02 -08:00
Daniel V 2595209204 Update example in README.md
The proposed changes changes the econ, perms, and chat variables to private, and created a public static getter for them.
2017-02-28 14:07:32 -05:00
Sleaker 6eaffac185 Fix readme to update the suggested repository and version. 2016-08-02 18:08:02 -07:00
Sleaker 59e69fa7a6 push repository changeover. 2016-08-02 17:55:02 -07:00
Nick Minkler c85112a4e5 Merge pull request #18 from Sycholic/master
start of 1.9 update.  New 1.9 materials added (hopefully)
2016-03-22 14:30:37 -07:00
Sycholic 452cc8b18d start of 1.9 update. New 1.9 materials added (hopefully) 2016-03-06 17:59:14 -05:00