1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 12:05:16 +01:00
Commit Graph

1924 Commits

Author SHA1 Message Date
Zrips
9e76d10a2f
Update and rename bug_report.md to bug_report.yml 2024-09-29 15:15:59 +03:00
Zrips
372029222c
Update test_issue.yml 2024-09-29 15:14:25 +03:00
Zrips
17f241abd5
Create test_issue.yml 2024-09-29 15:12:29 +03:00
Zrips
224bb6e150 Option to set specific message toggle state 2024-09-29 14:54:40 +03:00
Zrips
9ed7956d62 Saving message options into database
option to toggle bossbar, actionbar and chattext modes
showing message states when using clean toggle command
better handling of toggle command
2024-09-29 11:54:45 +03:00
Zrips
00a50da871 User defined actionbar and boosbar update types 2024-09-28 18:33:25 +03:00
Zrips
4d94195146 Returning back basic chat payment messages 2024-09-28 17:19:13 +03:00
Zrips
8cc7a25778 Rework of restricted areas
By default properly formatting example areas
Option to enable/disable specific areas
Change in location definition to be more compact
Option to limit area to specific job and specific level ranges
Option to define bonus for each payment method
area command shoul return list in case no variables got provided
2024-09-28 16:06:54 +03:00
Zrips
7a03682b65 Missing example job condition section 2024-09-28 11:57:50 +03:00
Zrips
fed6ef1355 Check for possible NULL on entity death 2024-09-28 11:32:03 +03:00
Zrips
98dbc51f87 Locale file update 2024-09-28 11:12:20 +03:00
Zrips
ec603b9842 In case of user record duplication, newest one should be used 2024-09-28 11:12:10 +03:00
Zrips
f592a0f8b8 Version up 2024-09-13 12:28:43 +03:00
Zrips
458775eb6f New placeholder for int type exp output %jobsr_user_jexp_int_[name]% 2024-08-20 17:29:27 +03:00
Zrips
80aad6ea49 %jobsr_user_jexp_int_[jobname]% placeholder for clean exp number 2024-08-18 11:27:08 +03:00
Zrips
36957f83b3 Null check 2024-08-15 20:43:08 +03:00
Zrips
aaab2fe06c We already had booted item enchantment prevention, no need to have
secondary one
2024-08-15 17:39:42 +03:00
Zrips
b8822c2a57 Mark shop items for enchantment prevention 2024-08-15 17:37:31 +03:00
Zrips
1fdb18dfe1 Defaulting to Stone for icon 2024-08-15 14:08:26 +03:00
Zrips
9df5287555 Removing Jobs metadata from all entities on chunk unload to avoid memory
leaks

This will potentially introduce small issue with entities spawned from
spawner paying out after player returns to that area. Future update
might be needed to mitigate this.
2024-08-15 14:06:10 +03:00
Zrips
a0dd4c2925 Fix for null shop item definition 2024-08-15 13:53:25 +03:00
Zrips
7a16af1078 Defaulting to Stone in case GUI item is incorrectly setup 2024-08-15 13:46:49 +03:00
Zrips
326ce9e01b Checking if potion data isint null before processing 2024-08-15 13:40:57 +03:00
Zrips
adb92ff2a9
Merge pull request #1803 from mikyvars/master
Add gain exp by returning a fireball from a ghast
2024-08-15 13:36:15 +03:00
Zrips
79bda9176b
Merge pull request #1795 from Nikkcom/master
Solves issue #1772. Added 3 new placeholders.
2024-08-15 13:34:37 +03:00
Zrips
d83d942186
Merge pull request #1776 from Jsinco/master
Add config option to disable tamed animal payouts
2024-08-15 13:32:13 +03:00
Zrips
72098ca24c Updating feedback messages processing in action and boss bar
New custom async event JobsInstancePaymentEvent to be fired with final
payment amounts for visualization and record purposes
2024-08-15 13:21:36 +03:00
mikyvars
834d807b22 feat: Add gain exp by returning a fireball from a ghast 2024-08-14 19:53:45 +02:00
Nikkcom
936d5ac53b Solves issue #1772. Added 3 new placeholders.
Added 3 new placeholders:
%jobsr_jtop_name_total_[[1-15]]% -> Top list by total job levels, provided place in the list. Returns playername.

%jobsr_jtop_displayname_total_[[1-15]]% -> Top list by total job levels, provided place in the list. Returns player displayname.

%jobsr_jtop_level_total_[[1-15]]% -> Top list by total job levels, provided place in the list. Returns player total level.
2024-07-23 16:18:01 +02:00
Jsinco
71272dae59 update for 1.21 because this pull hasnt been merged yet 2024-07-10 06:02:37 -04:00
Jsinco
2c99a45fcd Merge remote-tracking branch 'origin/master'
# Conflicts:
#	pom.xml
2024-07-10 05:50:05 -04:00
Zrips
b537ec4f36
Merge pull request #1781 from flo0s/master
add /jobs reload compatibility to pyrofishing
2024-06-28 12:39:39 +03:00
Zrips
29f5cb1a81 Delay between chunk cleans 2024-06-28 12:39:30 +03:00
Zrips
0cd22b3794 POM up 2024-06-28 10:54:11 +03:00
flo0s
7c172ff54d add jobs reload compatibility to pyrofishing 2024-06-28 02:06:30 +02:00
Zrips
4b6db96c1c Cleanup 2024-06-27 16:44:47 +03:00
Zrips
06c714b363 Second pass for block protection
Separation of block place and breaking when it comes to global timers
2024-06-27 16:41:47 +03:00
Zrips
48e67d0426 Fix for water removing block protection when we should keep it 2024-06-26 18:22:32 +03:00
Zrips
a945f55104 Exploration data recording by using persistent data containers 2024-06-26 18:09:39 +03:00
Zrips
57003dcb01 New Brush action 2024-06-25 17:21:28 +03:00
Zrips
918c6c827d Farmer job update 2024-06-25 16:49:58 +03:00
Zrips
9fd58eb990 Support of mushroom cow shearing 2024-06-25 16:49:48 +03:00
Zrips
dc82211192 New command to reset players permission cache 2024-06-25 15:48:36 +03:00
Zrips
748d4fae86 New block place/break system for better performance 2024-06-25 15:04:15 +03:00
Zrips
a707f8a991 Version up 2024-06-17 12:44:13 +03:00
Jsinco
7c86827672 Add config option to disable tamed animal payouts 2024-06-12 17:35:58 -04:00
Zrips
42e3043062 Fix for unnecessary player data saving on server startup 2024-06-11 14:51:53 +03:00
Zrips
339ec5be3e Fixing StackMob support 2024-06-11 14:30:32 +03:00
Zrips
7954e62ae0 Bossbar color change fix 2024-06-11 11:51:43 +03:00
Zrips
eb5908cbac Fix for archive command missing output message 2024-06-11 11:45:46 +03:00