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

1912 Commits

Author SHA1 Message Date
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
Zrips
c60bbf3738 Removing unnecessary feedback line 2024-06-11 11:43:49 +03:00
Zrips
8010899bdf Defaulting GUI itemstack to stone 2024-06-11 11:05:41 +03:00
Zrips
f430bcfd30 Brewing stand owner ship enabled state check fix 2024-06-10 17:01:02 +03:00
Zrips
d0c36fc246 Avoiding enchantments which could produce empty path link 2024-06-10 16:47:24 +03:00
Zrips
ad577e60ff Sweetberries interaction while sneaking fix 2024-06-10 13:44:08 +03:00
Zrips
722add6656 Locale update fix 2024-06-10 13:29:19 +03:00
Zrips
5c194bc8ca New permission node jobs.noownershiptakeover to not take over existing
block ownership
2024-06-10 13:13:43 +03:00
Zrips
1708d3b0a2 PyroFishing fix 2024-06-10 12:18:35 +03:00
Zrips
eed592e5bd Config option for BlockTracker plugin usage 2024-05-08 16:26:13 +03:00
Zrips
b2cd2c6e82 Typo fix 2024-05-08 16:19:21 +03:00
Zrips
054a162b7b
Merge pull request #1743 from flo0s/master
Add compatibility with BlockTracker
2024-05-08 16:18:10 +03:00
Zrips
16322a5b2e
Merge branch 'master' into master 2024-05-08 16:17:19 +03:00