montlikadani
0d138d6664
Fix signs command parsing issue on click
...
Now on the 3rd line the trailing spaces will get removed to successfully parse for example the join command.
2021-03-20 09:54:02 +01:00
montlikadani
e502fa4ab5
Revert the old chat events back for fix chat placeholder replacing
...
Fixes #1118
2021-03-19 15:44:49 +01:00
montlikadani
d15c2a77d0
Perform payment synchronously for old plugins like CraftConomy
...
Fixes #1111
2021-03-14 14:14:26 +01:00
montlikadani
4d05be6df9
Added silent mode option to actionbars
...
Closes #1059
2021-01-14 10:37:10 +01:00
montlikadani
a8dd65cb4b
Make payment messages display in chat if setting is disabled per config
...
Closes #1031
Closes #1023
2020-12-23 20:08:02 +01:00
Zrips
32ffb88e9d
Fix for max permission node not being taken properly when you have
...
multiple of those
2020-12-16 13:53:39 +02:00
Zrips
f58abe3827
PaymentLimit should ignore timer when checking if user is under limit
2020-10-30 15:45:22 +02:00
Zrips
3d48656311
Updating payment limit handling
2020-10-30 14:29:36 +02:00
Zrips
383bf5da2d
Fixing duplicated points records in database
2020-10-29 14:29:12 +02:00
montlikadani
f5d4302717
Now you can set tax permissions for money & points
...
Closes #455
2020-10-26 18:43:29 +01:00
montlikadani
35fb74e2e3
Fix gtop & top sent wrong error message about usage
...
- Fixed gtop pagination when reached the maximum pages, but added one more
Closes #977
2020-10-24 16:46:05 +02:00
montlikadani
bc00105bde
Change these
2020-10-17 18:35:40 +02:00
montlikadani
ee21d95a43
Lowercase some method names in paymentData
2020-10-08 21:02:36 +02:00
Zrips
20594c3e91
Need to be cast into int
2020-10-08 21:06:32 +03:00
Zrips
b7d50720ad
Cleanup
2020-09-29 12:39:19 +03:00
montlikadani
fe66a49c56
cleanup
2020-09-05 14:23:48 +02:00
montlikadani
958329778a
Fix when the completed quests can be skipped
...
Fixes #863
- Added tab complete for skipquest
2020-08-23 20:34:53 +02:00
montlikadani
94f4a46cd3
Some things
2020-08-22 20:40:25 +02:00
montlikadani
db82201051
Clean up
...
- Fix when points are not added to the player account, Fixes #833
2020-06-29 13:19:12 +02:00
montlikadani
647533f57a
Fixed issue when the database is not converted correctly
2020-05-14 17:32:02 +02:00
Zrips
6acf9bee0a
Fixing bossbar exp gain announcement
2020-05-11 15:56:07 +03:00
Zrips
5a9fa84b6e
Fixing quest reset on server restart.
2020-05-09 12:01:25 +03:00
montlikadani
06a4a9180d
Fix LinkageError
2020-05-07 19:07:01 +02:00
montlikadani
40648f2701
Use getOrDefault in some cases to make less code
2020-03-26 11:21:44 +01:00
montlikadani
42969fb8b3
Added bypass permission for taxes
2020-03-21 12:57:16 +01:00
montlikadani
1e2a2473b0
Do not ignore deprecated and not used methods
...
For developers are needed if not updating the Jobs
2020-01-21 17:30:29 +01:00
Zrips
c343407223
Deprecating points methods and moving everything into player object
2020-01-20 23:18:50 +02:00
montlikadani
cdd95e2a9b
Added cost for skipping quests
2019-11-09 19:50:09 +01:00
montlikadani
5d856f0fbc
Jobs toggles will not be saved from now instantly when get income
2019-09-19 20:22:07 +02:00
Zrips
beb9ef76a9
Lets upgrade JobsPaymentEvent to properly handle all payments types
2019-09-19 14:11:45 +03:00
Zrips
fae5d65a88
Lets upgrade BufferedPayment
2019-09-19 14:01:24 +03:00
Yiğit Duman
6f4501ff05
Fix for showing messages without payment (again) ( #543 )
2019-09-16 18:27:50 +02:00
montlikadani
a07cbb246d
Should need to get actionbar message if the exp, points or money 0
...
The player should receive the payment message if one, such as points, money, or exp 0 is received. If the value 0 will not get any message.
2019-08-23 17:09:15 +02:00
Yiğit Duman
ee85da3761
Fix for showing messages without payment ( #513 )
2019-08-23 15:36:54 +02:00
Zrips
feed9d036f
Only one scheduler is needed here
2019-08-16 16:44:42 +03:00
montlikadani
0abdf99c85
Class register should be in the main thread
2019-07-28 12:39:31 +02:00
montlikadani
dd8a717271
Added option to save the toggled actionbar/bossbar values to a file
...
- Fixed issue when the /jobs gtop clear not removed the scoreboard
- Deprecate some methods
- Fixed issue when the nearbyEntities is invalid under 1.8 (armor stand will not work in this version)
2019-06-27 18:03:52 +02:00
montlikadani
6f082c7ca9
Added option to disable payment if player riding, #437
2019-06-04 19:13:07 +02:00
montlikadani
78ff26d124
Fix potion recognition bug
...
- /jobs editjobs now actually check for off hand.
- Some fixes in /jobs editjobs command
- Fix translatable words file generating problems for potions
- Fix NPE when enchant action was pay for item enchanting but throws exception
- MythicMobs update
2019-02-22 19:31:57 +01:00
montlikadani
cee99ce850
Added a placeholder %titlename% to display the current title name, #344
...
- Fix NPE when someone removed the Jobs section from the jobConfig file and throws exception
- SelectionTool now in material name not ID
- save-on-disconnect now saving successfully
- Fix NPE when jobs items not found
- Fix jobs GUI when filled with stone not the specified
2019-02-06 14:53:08 +01:00
jackstrosahl
82620c0d01
Update PointsData
...
If addPlayer is called with multiserver compatabillity, remove a player if it already exists to load from db.
Make all addPlayer functions call up to one function.
2019-02-06 01:46:31 -06:00
montlikadani
aadf514dba
Fix #323 /jobs employ if target has, then checked the permission at the target
...
- Now checking correctly for plants when break
2019-01-05 19:01:27 +01:00
montlikadani
33c1bb961d
Added some 1.13 blocks
...
- Some command permission fixes
- Now used UTF-8 in the MySQL, #147
- Fix last commit when a player level up or skill up and broadcast
2019-01-04 20:46:32 +01:00
Narimm
b29da9cead
Add a feature that will decrease earnings at cap by a factored amount using the equation
...
(100/((1/factor*percentOver*percentOver)+1)) ie a pop growth curve.
2019-01-04 07:42:17 +10:00
montlikadani
ac77148230
Now if the localestring is empty or not found then create a default message file
...
- Now if execute the /jobs reload command then load the furnacebrewinghandling event.
- Fix language double loading when plugin startup
2018-11-01 17:00:29 +01:00
sync667
8e07d57ad6
Fixed bug with payments task stops randomly after taxes math get 0 or > 0. One function return fix too.
2018-10-30 18:41:32 +01:00
montlikadani
178c344416
Fix NullPointerExceptions
...
- Some import changes
2018-10-14 13:37:36 +02:00
Zrips
99f13e5c47
Lets update libraaries includign rawMessage one
2018-10-14 14:01:11 +03:00
montlikadani
36d4eded68
Minor config changes
...
- Fix jobs.* permission does not work correctly
- Fix potion item main hand
- Removed IConomy support
- Fixing drink job event (not working)...
2018-09-28 19:38:00 +02:00
montlikadani
ebc6c99dc2
Let's clean up code
...
- We use the default colors from the lang file
- Fixed enchantments not working in GUI
- Fix BossBar console error message
- Now if the signs is enabled then use the command
- Fixed the place of brewing stand stayed when the player break, #205
- Now if the Signs.Enable boolean true, then only create a file
- Fixed version checker not working correctly
2018-09-23 17:02:48 +02:00