NOTICE: [cuberite] bearbin pushed 1 new commit to issue4111: https://git.io/vb546
NOTICE: cuberite/issue4111 3fb2d08 Alexander Lyons Harkness: Fix logic of IsPotionDrinkable - all non-splash potions are drinkable
NOTICE: [cuberite] bearbin pushed 1 new commit to editorconfig-fixes: https://git.io/vb54y
NOTICE: cuberite/editorconfig-fixes 7a86da3 Alexander Lyons Harkness: Removed eol specification
NOTICE: [cuberite] bearbin force-pushed issue4111 from 3fb2d08 to 96859fa: https://git.io/vb5BD
NOTICE: cuberite/issue4111 96859fa Alexander Lyons Harkness: Fix logic of IsPotionDrinkable - all non-splash potions are drinkable
NOTICE: [cuberite] bearbin force-pushed issue4111 from 96859fa to 755173e: https://git.io/vb5BD
NOTICE: cuberite/issue4111 755173e Alexander Lyons Harkness: Fix logic of IsPotionDrinkable - all non-splash potions are drinkable
guenstig_werben
Sorry for the late response Puretryout if you're still here, I've actually been looking to install arch, not in a chroot like I used to have (and again have on my new one, just for the sake of tools like latex), but a real installation.
PureTryOut[m]
on your phone...?
guenstig_werben
Yep
PureTryOut[m]
I assume you don't actually want to use it as a phone then? 😛
guenstig_werben
No, I already got one :)
Besides, the old one is perfectly working, except for mobile data
Idk if it's just the hardware or fault of lineageos, but it didn't fully support lte and "normal" 3g wasn't working very well.
Could be a mixture of the chip not supporting all lte frequencies and the carriers switching more and more over to lte....
NOTICE: [cuberite] bearbin force-pushed issue4111 from 755173e to cb435ba: https://git.io/vb5BD
NOTICE: cuberite/issue4111 cb435ba Alexander Lyons Harkness: Fix logic of IsPotionDrinkable - all non-splash potions are drinkable
NOTICE: [cuberite] bearbin pushed 1 new commit to master: https://git.io/vb5P3
NOTICE: cuberite/master 705deea Alexander Harkness: Water bottles are drinkable potions (#4114)...
NOTICE: [cuberite] bearbin pushed 1 new commit to master: https://git.io/vb5Mr
NOTICE: cuberite/master ab5ff6a Alexander Harkness: .editorconfig fixes (#4113)...
NOTICE: [cuberite] bearbin closed pull request #4017: Improve fire performance during rain (master...issue916) https://git.io/v5Pkf
NOTICE: [cuberite] bearbin deleted issue916 at 7ae8843: https://git.io/vb5Dn
nixi
so, after a few years i decided to get back to lua and write a plugin
i have not been able to find a plugin i am looking for
i want to be able to save physical item set as a currency to a database and take it from the player
and spawn it when the player goes to withdraw the currency
everything done using signs
is it better to make it so that it can all be done only physicaly using signs, or should i also add commands to save/withdraw?
this is realively simple, so after i am finished with this, i will rewrite my old plugin
PureTryOut[m]
well it depends really. however, I believe there is some currency API out there already. not sure if it does what you're looking for, but maybe you could use or extend it
currency API as a plugin I mean
guenstig_werben
There is puretryout
I think
nixi
i have found "Coin", but i was not able to find documentation
guenstig_werben
Yeah that's it
nixi
so i decided to write my own, i do not need to transfer money etc
i just want physical exchange
guenstig_werben
Physical as in real world?
PureTryOut[m]
I'm guessing you still want to use that currency in other plugins right?
guenstig_werben
Or as in I give you item for currency?
nixi
as in "slimeballs for number in a database and vice-versa"
slimeballs can be changed ofc
guenstig_werben
Yeh
Digital goods
nixi
right
guenstig_werben
Nothing acgually physical....
nixi
in-game physical :D
guenstig_werben
Did you already start?
nixi
so, would you rather have commands to do the exchange proccess?