File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 compileOnly ' com.github.MilkBowl:VaultAPI:1.7.1'
1313 compileOnly ' su.nightexpress.coinsengine:CoinsEngine:2.5.0'
1414 compileOnly ' com.github.Gypopo:EconomyShopGUI-API:1.8.0'
15- compileOnly ' world.bentobox:bentobox:3.7.3 -SNAPSHOT'
15+ compileOnly ' world.bentobox:bentobox:3.7.4 -SNAPSHOT'
1616 compileOnly ' su.nightexpress.excellentshop:Core:4.19.0'
1717 compileOnly(" io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2" ) { exclude(group : " *" ) }
1818 compileOnly(" io.github.fabiozumbi12.RedProtect:RedProtect-Spigot:8.1.2" ) { exclude(group : " *" ) }
@@ -35,6 +35,10 @@ dependencies {
3535 implementation ' com.google.guava:guava:33.3.1-jre'
3636}
3737
38+ tasks. withType(JavaCompile ). configureEach {
39+ options. compilerArgs + = [' -nowarn' ]
40+ }
41+
3842jar {
3943 archiveBaseName. set(" SmartSpawner" )
4044 archiveVersion. set(" ${ version} " )
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ drop_page_button:
129129# ---------------------------------------------------
130130# Filter Configuration GUI
131131# ---------------------------------------------------
132- gui_title_filter_config : ꜱᴘᴀᴡɴᴇʀ ɪᴛᴇᴍ ꜰɪʟᴛᴇʀ
132+ gui_title_filter_config : " ᴀʟʟᴏᴡᴇᴅ ʙʟᴏᴄᴋᴇᴅ "
133133
134134filter_divider :
135135 name : ' b68eeꜰɪʟᴛᴇʀ ɪᴛᴇᴍ ᴅʀᴏᴘꜱ'
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ drop_page_button:
216216# ---------------------------------------------------
217217# Filter Configuration GUI
218218# ---------------------------------------------------
219- gui_title_filter_config : ꜱᴘᴀᴡɴᴇʀ ɪᴛᴇᴍ ꜰɪʟᴛᴇʀ
219+ gui_title_filter_config : " ᴀʟʟᴏᴡᴇᴅ ʙʟᴏᴄᴋᴇᴅ "
220220
221221filter_divider :
222222 name : ' b68eeꜰɪʟᴛᴇʀ ɪᴛᴇᴍ ᴅʀᴏᴘꜱ'
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ drop_page_button:
159159# ---------------------------------------------------
160160# Filter Configuration GUI
161161# ---------------------------------------------------
162- gui_title_filter_config : ʟọᴄ ᴠậᴛ ᴘʜẩᴍ ᴛừ sᴘᴀᴡɴᴇʀ
162+ gui_title_filter_config : " ᴄʜấᴘ ɴʜậɴ ʙị ᴄʜặɴ "
163163
164164filter_divider :
165165 name : ' b68eeʟọᴄ ᴠậᴛ ᴘʜẩᴍ'
Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ dependencies:
9999 load : BEFORE
100100 required : false
101101 join-classpath : true
102+ Bentobox :
103+ load : BEFORE
104+ required : false
105+ join-classpath : true
102106 IridiumSkyblock :
103107 load : BEFORE
104108 required : false
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ softdepend:
3030 - MultiWorld
3131 - Worlds
3232 - SuperiorSkyblock2
33+ - Bentobox
3334 - IridiumSkyblock
3435
3536 # RPG/Skill Plugins
You can’t perform that action at this time.
0 commit comments