Advertisement
DuneSciFye

Untitled

Jun 14th, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.72 KB | None | 0 0
  1. what is the deadline?
  2. DuneSciFye — 05/14/2023 1:37 PM
  3. Jar
  4. Attachment file type: unknown
  5. GameProfileChanger.jar
  6. 4.50 MB
  7. DuneSciFye — 05/14/2023 1:38 PM
  8. There is none, but if you aren't able to do it relateively soon as your busy, let me know
  9. Zyran — 05/14/2023 1:39 PM
  10. It won't take too long, I'll check the code you sent in a moment
  11. what is the version of the server?
  12. DuneSciFye — 05/14/2023 2:54 PM
  13. Velocity? Cause it's a velocity plugin
  14. Zyran — 05/14/2023 3:09 PM
  15. alr
  16. Zyran — 05/15/2023 1:07 AM
  17. looking at the code I recognized the name 'Aarow', this Aarow?
  18. https://i.imgur.com/4ECammF.png
  19. Image
  20. I've been looking at the code, it's terrible, it doesn't help me with anything I can use in velocity.
  21. DuneSciFye — 05/15/2023 6:38 AM
  22. Yep
  23. DuneSciFye — 05/15/2023 3:19 PM
  24. Would you need to code it from scratch?
  25. Zyran — 05/15/2023 3:19 PM
  26. Yeah
  27. the code you gave me is from spigot and they didn't do it with an abstraction layer to adapt to different platforms
  28. DuneSciFye — 05/15/2023 3:21 PM
  29. Alright, how long do you think it would take and around how much would it be?
  30. Zyran — 05/15/2023 3:21 PM
  31. will you use database?
  32. DuneSciFye — 05/15/2023 3:22 PM
  33. It doesn't need to be a database, it can be SQLite, a file, whatever
  34. Zyran — 05/15/2023 3:22 PM
  35. $19
  36. DuneSciFye — 05/15/2023 3:22 PM
  37. That works
  38. paid that man $30
  39. Zyran — 05/15/2023 3:23 PM
  40. Lol
  41. Zyran — 05/15/2023 3:23 PM
  42. This?
  43. DuneSciFye — 05/15/2023 3:23 PM
  44. Yea he's the guy
  45. Zyran — 05/15/2023 3:24 PM
  46. wow, the times I've worked with him he ripped off a person
  47. DuneSciFye — 05/15/2023 3:25 PM
  48. So basically I need the plugin to be change the uuid and username a player logs in with via a command, like /changeaccount {current player name or uuid} {new uuid} {new username}
  49. After that command it kicks them, and if they log back in, they will be on that new username and uuid. You can re-run the command, with the 2nd and 3rd args being the old uuid and old username
  50. Or is there a better method you have in mind
  51. Zyran — 05/15/2023 3:27 PM
  52. The uuid must be generated offline mode, or if you use the username of an online mode user it will use their uuid, is that what you want?
  53. is your server online mode?
  54. DuneSciFye — 05/15/2023 3:28 PM
  55. it's on a velocity network so it's offline mode
  56. Zyran — 05/15/2023 3:28 PM
  57. which auth plugin do you use?
  58. You could have problems with that because of the uuid change, the best thing would be to just change the nick and skin
  59. DuneSciFye — 05/15/2023 3:29 PM
  60. I dont use one, velocity is online, spigot servers are offline cause you have to be offline to be on network
  61. I need a uuid change cause I want to give players entire new accounts to play on
  62. Or are you able to do something like this:
  63. Run command to create new account, pre-generated uuid that cannot exist normally. Argument in that command to choose the new username.
  64. Run a different command to go back to the main account
  65. Zyran — 05/15/2023 3:30 PM
  66. kk, I meant velocity, but now it's clarified
  67. Thinking of a better business idea for you, would you like me to give you what I think? (if applicable could increase the price)
  68. DuneSciFye — 05/15/2023 3:31 PM
  69. Sure thing
  70. Zyran — 05/15/2023 3:33 PM
  71. What occurs to me is that any user can switch between accounts by saving them in their discord account, it would even be your opportunity to create a launcher (to advertise your server, ads, etc.) there they could select the account to enter the server
  72. besides that if what you said is done, problems of wrong change of uuid could occur
  73. what do you think?
  74. DuneSciFye — 05/15/2023 3:49 PM
  75. Would they need to have multiple actual Minecraft accounts?
  76. Sorry I went to eat
  77. Zyran — 05/15/2023 3:50 PM
  78. Nope
  79. DuneSciFye — 05/15/2023 3:51 PM
  80. Alright, so explain what you meant by saving it in your discord
  81. Zyran — 05/15/2023 3:51 PM
  82. you won't need any if you use a custom launcher
  83. DuneSciFye — 05/15/2023 3:52 PM
  84. also account that my server is bedrock x java
  85. and not everyone has discord
  86. Zyran — 05/15/2023 3:52 PM
  87. It will only be used to link all your accounts to your discord id
  88. what you ask me is for those of bedrock?
  89. DuneSciFye — 05/15/2023 3:53 PM
  90. I could probably make discord a requirement for multiple profiles, but we can't do a custom launcher cause bedrock players can't get a custom launcher
  91. Zyran — 05/15/2023 3:54 PM
  92. I thought it was only for java
  93. DuneSciFye — 05/15/2023 3:54 PM
  94. the server is bedrock x java
  95. Zyran — 05/15/2023 3:54 PM
  96. now if it is more complicated, I think the best option will be to modify the proxy
  97. but if you need to have something as a reference to get accounts, it could be done with Google, discord or email
  98. DuneSciFye — 05/15/2023 3:55 PM
  99. could we not use the uuid of the main account
  100. Zyran — 05/15/2023 3:56 PM
  101. It could be, but it's difficult to do it because I need to get their accounts before entering the server
  102. it could be a good business idea and it could be an interesting project
  103. DuneSciFye — 05/15/2023 4:05 PM
  104. Could we do something like this: A SQLite database with the following columns: username (This being the username of each player that joins), the uuid (the uuid associated with this username), the main uuid (the uuid that the main account belongs on, if this is the main account, have no data here or "main")
  105. Zyran — 05/15/2023 4:07 PM
  106. Yes, but it could not be in a plugin, the proxy must be modified, so that the account transition is fast
  107. otherwise there could be bugs with plugins that use player input events
  108. DuneSciFye — 05/15/2023 4:11 PM
  109. Geyser is able to do it with a plugin on the proxy and on the subservers, they are able to change bedrock player's uuid and username
  110. Zyran — 05/15/2023 4:12 PM
  111. could you send me the link please?
  112. DuneSciFye — 05/15/2023 4:12 PM
  113. https://ci.opencollab.dev//job/GeyserMC/job/Geyser/job/master/
  114. https://geysermc.org/
  115. GeyserMC
  116. Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition which allows you to join Minecraft Java servers with Bedrock Edition servers to enable true cross-platform.
  117. Image
  118. they have a thing where if you link the player's account to a java account their username and uuid will be that of the java accounts
  119. Zyran — 05/15/2023 4:14 PM
  120. Plugin link*
  121. DuneSciFye — 05/15/2023 4:15 PM
  122. https://geysermc.org/download
  123. GeyserMC
  124. Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition which allows you to join Minecraft Java servers with Bedrock Edition servers to enable true cross-platform.
  125. Image
  126. Zyran — 05/15/2023 4:15 PM
  127. Floodgate?
  128. DuneSciFye — 05/15/2023 4:16 PM
  129. Image
  130. both downloads are there
  131. if your asking what floodgate is, it allows bedrock players to join an online mode server without needing authentication of a java account
  132. so basically you don't need a java account that's connected to your bedrock account to join from said bedrock account
  133. Zyran — 05/15/2023 4:19 PM
  134. I understand, now I had to go out, when I get back I'll start reviewing everything and I'll talk to you about my doubts, ideas or anything else
  135. DuneSciFye — 05/15/2023 4:20 PM
  136. 👍
  137. DuneSciFye — 05/16/2023 10:04 AM
  138. Did you get a chance to look at it?
  139. Zyran — 05/16/2023 11:37 AM
  140. Yes, but I still have doubts about what you are asking me to do that can be used with a geyser
  141. DuneSciFye — 05/16/2023 1:11 PM
  142. Just make it for java and it should work for bedrock
  143. DuneSciFye — 05/16/2023 4:39 PM
  144. Should I ask another developer?
  145. Zyran — 05/16/2023 4:40 PM
  146. It won't be necessary
  147. Zyran — 05/16/2023 5:41 PM
  148. I am working on the project and I realized that I need a cache and I wanted to ask you if you would like to use a remote or local cache, if you use remote you must have a redis instance, in local you do not need anything, I will handle everything internally
  149. DuneSciFye — 05/16/2023 5:42 PM
  150. Explain cache for me if you don't mind
  151. Just do local
  152. I'll search it up
  153. Yea I'm pretty sure I know what it is, do local
  154. Zyran — 05/16/2023 5:44 PM
  155. Chat gtp In computing, cache memory (also known as cache) is a small amount of high-speed memory used to temporarily store frequently accessed data. When a computer or electronic device needs to access data stored in main memory (RAM), it first looks in the cache to see if the required data is already there. If the data is in the cache, the device can access it much faster than if it had to look for it in main memory. Cache is used to improve the performance of electronic devices by reducing the amount of time it takes to access data and perform operations. So, in short, cache is a fast and temporary memory that is used to improve the performance of electronic devices by temporarily storing frequently accessed data.
  156. DuneSciFye — 05/16/2023 5:45 PM
  157. 👍 thank you
  158. Zyran — 05/16/2023 5:45 PM
  159. Sure
  160. Zyran — 05/16/2023 9:04 PM
  161. Hey, how's going?
  162. are you ready for a plugin preview?
  163. DuneSciFye — 05/16/2023 9:13 PM
  164. Yep
  165. I'm about to shower, I'll check it after
  166. Is it going to be a video?
  167. Zyran — 05/16/2023 11:57 PM
  168. uh low fps
  169. Zyran — 05/16/2023 11:58 PM
  170. Sorry for the delay, I ran out of battery and I couldn't find my charger.
  171. Zyran — 05/17/2023 12:00 AM
  172. With this preview we can go to the payment to give you the final version?
  173. Zyran — 05/17/2023 1:02 AM
  174. Main command: /account
  175. @Command(
  176. names = "change",
  177. permission = "profiles.command.change"
  178. )
  179. @Command(
  180. names = "reset",
  181. permission = "profiles.command.reset"
  182. )
  183. @Command(
  184. names = "session",
  185. permission = "profiles.command.session"
  186. )
  187. DuneSciFye — 05/17/2023 6:53 AM
  188. It says formerly known as, that means only the player name changed. Did it change the player's uuid?
  189. Zyran — 05/17/2023 8:30 AM
  190. Yeah it's for spigot server
  191. I used the same uuid for two different usernames running on offline mode
  192. that message can be disabled
  193. I mean, did the uuid of the account you logged in as change?
  194. Was the uuid of testing different from the uuid of _Zyran
  195. Zyran — 05/17/2023 11:13 AM
  196. basically use the same id for 2 different nicks and since it does not have the mojang format it detected it like that
  197. DuneSciFye — 05/17/2023 11:17 AM
  198. it used the same uuid?
  199. they need to have different uuid's
  200. Zyran — 05/17/2023 11:17 AM
  201. for my tests yes, I did not realize that I used it for the same test
  202. Zyran — 05/17/2023 11:18 AM
  203. Yeah
  204. so you don't get confused, the error was in spigot because the user cache registered the uuid but with a different name, basically it gave a kind of "warning" because of the nick
  205. DuneSciFye — 05/17/2023 11:36 AM
  206. Are you able to send me a video where the uuid's change?
  207. Because that's the purpose I need
  208. Zyran — 05/17/2023 11:37 AM
  209. but that make the uuid changes, that's why the join message appears, but yes, give me 5m
  210. DuneSciFye — 05/17/2023 11:38 AM
  211. the previously known as join message appears if your uuid is the same but username is different. I need different uuid and different username
  212. Zyran — 05/17/2023 11:39 AM
  213. k, gimme 5m
  214. Zyran — 05/17/2023 11:48 AM
  215. uh i don't understand why it's low fps
  216. DuneSciFye — 05/17/2023 12:08 PM
  217. awesome
  218. How much for it now?
  219. Zyran — 05/17/2023 12:09 PM
  220. $19.57(includes fee)
  221. DuneSciFye — 05/17/2023 12:09 PM
  222. Alright, what's your paypal
  223. Zyran — 05/17/2023 12:09 PM
  224. zyran.dev@gmail.com
  225. Pls send mxn
  226. Paypal conversion it's so weird
  227. DuneSciFye — 05/17/2023 12:10 PM
  228. it shows it auto converts to mxn
  229. sent it
  230. Zyran — 05/17/2023 12:12 PM
  231. Paypal makes the conversion lower plus it deducts 2% for the conversion, could you do it sending mxn please $344?
  232. DuneSciFye — 05/17/2023 12:12 PM
  233. It sent 324.37 MXN already
  234. Zyran — 05/17/2023 12:12 PM
  235. I'll send refund
  236. done
  237. Or would you prefer me to make a request?
  238. DuneSciFye — 05/17/2023 12:14 PM
  239. I got it
  240. ok sent
  241. Zyran — 05/17/2023 12:16 PM
  242. Thank you, sorry for the misunderstandings
  243. DuneSciFye — 05/17/2023 12:16 PM
  244. no worries
  245. Zyran — 05/17/2023 12:16 PM
  246. Attachment file type: archive
  247. profile-changer-1.0.0-all.zip
  248. 14.99 MB
  249. DuneSciFye — 05/17/2023 5:53 PM
  250. It works great! I have a few more things I'd like you to add, and you can charge for it.
  251. Have a command to create profiles: /profile create <who your creating for [can be username or uuid]> <uuid of that profile> <username of that profile>. This will store in the database what number profile it is.
  252. Have a command to switch to that profile. You can just make the /profile change command do this. /profile change <who your switching [can be username or uuid]> <profile number> so /profile change 2 would switch to the first profile I made.
  253. Rather than /profile reset, make /profile change 1 go to your main. (Hence why /profile change 2 goes to the first profile you make.
  254. Make all profile name changes have a + in front of it. So /profile change DuneSciFye example-uuid NewNamePog would give me a new profile with the name +NewnamePog
  255. Placeholders for PlaceholderAPI:%profiles_total_profiles% - Shows how many profiles the player has%profiles_main_username% - Returns the main account's username of that player%profiles_main_uuid% - Returns the main account's uuid of that player%profiles_profile_#_username% - Returns a profiles username. So if the # was 1, it would show their first profile's username.%profiles_profile_#_uuid% - Same as previous, except uuid.
  256. Zyran — 05/17/2023 7:12 PM
  257. can't create placeholder api vars
  258. DuneSciFye — 05/17/2023 7:12 PM
  259. ah yea, this is a velocity plugin
  260. hmm
  261. any way we could get it? maybe a spigot side plugin?
  262. Zyran — 05/17/2023 7:13 PM
  263. Yeah, that would increase the difficulty, you would have to use a shared cache
  264. Like redis
  265. DuneSciFye — 05/17/2023 7:13 PM
  266. hmm
  267. Zyran — 05/17/2023 7:14 PM
  268. You would have to tell me if I do it in the next hour, I'll leave and come back until tomorrow
  269. DuneSciFye — 05/17/2023 7:15 PM
  270. Is there a way to get placeholders from velocity from spigot servers?
  271. Zyran — 05/17/2023 7:15 PM
  272. Yeah
  273. DuneSciFye — 05/17/2023 7:15 PM
  274. Could we do that then
  275. Zyran — 05/17/2023 7:17 PM
  276. We can do 2 things, use a distributed cache (it will keep all the data in real time) and use bungeecord channels, I won't be able to get the updates in real time but it will be possible to update every x time the existing update on the spigot servers
  277. DuneSciFye — 05/17/2023 7:19 PM
  278. whichever one is easier
  279. Zyran — 05/17/2023 7:20 PM
  280. Distributed cache?
  281. DuneSciFye — 05/17/2023 7:20 PM
  282. sure
  283. Zyran — 05/17/2023 7:20 PM
  284. You need have a redis instance
  285. DuneSciFye — 05/17/2023 7:20 PM
  286. Don't have that so do the bungeecord channels
  287. Zyran — 05/17/2023 7:21 PM
  288. do you have a vps?
  289. DuneSciFye — 05/17/2023 7:21 PM
  290. yea
  291. Zyran — 05/17/2023 7:21 PM
  292. you can run a redis container, it doesn't consume others
  293. DuneSciFye — 05/17/2023 7:21 PM
  294. alright, I'll do some research
  295. Zyran — 05/17/2023 7:22 PM
  296. https://hub.docker.com/_/redis
  297. redis - Official Image | Docker Hub
  298. Redis is an open source key-value store that functions as a data structure server.
  299. DuneSciFye — 05/17/2023 7:22 PM
  300. thanks
  301. Zyran — 05/17/2023 7:45 PM
  302. I'll charge you $30 extra, is it ok?
  303. Zyran — 05/17/2023 8:16 PM
  304. let me know please to make the request
  305. DuneSciFye — 05/17/2023 8:24 PM
  306. That's too much for my budget and how much i've spent on this, is $20 okay?
  307. Zyran — 05/17/2023 8:39 PM
  308. Hmm
  309. Yeah, it's fine
  310. DuneSciFye — 05/17/2023 8:39 PM
  311. Awesome, thank you so much. I've paid like 3 people for this 😅 over a $100 so far
  312. That's why I asked that
  313. Zyran — 05/17/2023 9:54 PM
  314. Sure 🙂
  315. lmk if u need some another thing, I'll update
  316. I've send paypal money request
  317. DuneSciFye — 05/17/2023 9:56 PM
  318. Alrighty
  319. Sent
  320. Zyran — 05/17/2023 10:12 PM
  321. Thanks
  322. DuneSciFye — 05/18/2023 6:10 PM
  323. Any idea when everything will be completed?
  324. Zyran — 05/18/2023 6:10 PM
  325. Yeah, this night
  326. DuneSciFye — 05/18/2023 6:15 PM
  327. 👍 awesome
  328. DuneSciFye — 05/19/2023 7:48 PM
  329. Any update on this?
  330. Zyran — 05/19/2023 8:42 PM
  331. I've go out home
  332. DuneSciFye — 05/19/2023 8:44 PM
  333. 👍
  334. DuneSciFye — 05/20/2023 4:44 PM
  335. Do you have any eta?
  336. Zyran — 05/21/2023 1:40 AM
  337. Hello
  338. Attachment file type: archive
  339. profile-changer-1.0.0-all.zip
  340. 14.99 MB
  341. DuneSciFye — 05/22/2023 11:24 AM
  342. the /profile command doesn't even seem to work
  343. Please don't ghost me.
  344. Zyran — 05/22/2023 5:28 PM
  345. I'm not ghosting you
  346. I just didn't know what to answer because I tried it
  347. DuneSciFye — 05/22/2023 5:30 PM
  348. Sorry, you didn't respond yesterday at all, and you just sent a jar that didn't seem to work on my side 😅
  349. I've had too many devs ghost me, so I'm just used to that sorry
  350. DuneSciFye — 05/22/2023 5:30 PM
  351. Does it work on your end?
  352. Zyran — 05/22/2023 5:32 PM
  353. Yeah
  354. but i think i know the reason
  355. I sent you the wrong jar (it's the previous one)
  356. you will have to wait for me to get home 9pm GMT-6
  357. DuneSciFye — 05/22/2023 5:38 PM
  358. 👍 no worries, communication is key
  359. Zyran — 05/22/2023 5:42 PM
  360. :)
  361. DuneSciFye — 05/23/2023 11:17 AM
  362. Able to send it?
  363. Zyran — 05/23/2023 11:17 AM
  364. Nope, I'm at school
  365. DuneSciFye — 05/23/2023 11:17 AM
  366. 👍
  367. Zyran — 05/23/2023 11:17 AM
  368. I forgot to do it yesterday, I'm really sorry
  369. DuneSciFye — 05/23/2023 11:17 AM
  370. All good
  371. DuneSciFye — 05/24/2023 9:12 AM
  372. Able to sent it today?
  373. Zyran — 05/24/2023 10:21 AM
  374. I'm coming to school
  375. Zyran — 05/24/2023 12:04 PM
  376. I'll come back 5pm GMT-6
  377. DuneSciFye — 05/24/2023 12:04 PM
  378. What time is it now for you
  379. Zyran — 05/24/2023 12:04 PM
  380. 10:04
  381. DuneSciFye — 05/24/2023 12:04 PM
  382. Okay
  383. DuneSciFye — 05/24/2023 7:05 PM
  384. Reminder!
  385. Zyran — 05/24/2023 7:10 PM
  386. seen 🙂
  387. testing
  388. DuneSciFye — 05/25/2023 5:54 PM
  389. We're you able to get it tested?
  390. Zyran — 05/25/2023 5:55 PM
  391. sure, let me finish the placeholders, i found a memory leak
  392. DuneSciFye — 05/25/2023 11:27 PM
  393. Got it all good?
  394. Zyran — 05/25/2023 11:35 PM
  395. I'm trying to solve sqlite errros
  396. DuneSciFye — 05/25/2023 11:36 PM
  397. 👍
  398. Zyran — 05/25/2023 11:36 PM
  399. I'm to close finish
  400. DuneSciFye — 05/29/2023 8:50 AM
  401. Any updates? It's been quite a few days...
  402. Zyran — 05/29/2023 5:45 PM
  403. Hello
  404. I've lost access to my vps
  405. DuneSciFye — 05/29/2023 5:46 PM
  406. What do you need to test it?
  407. Zyran — 05/29/2023 5:47 PM
  408. 1.- redis instance
  409. 2.- 2 servers (proxy & spigot)
  410. DuneSciFye — 05/29/2023 6:00 PM
  411. I'm still unsure how to setup redis instance, but I'll set it all up on my dedicated machine and let you know when it's ready
  412. DuneSciFye — 05/30/2023 12:25 PM
  413. Can you send me a link for the redis instance?
  414. Zyran — 05/30/2023 12:26 PM
  415. https://hub.docker.com/_/redis
  416. https://redis.io/docs/getting-started/installation/install-redis-on-linux/
  417. redis - Official Image | Docker Hub
  418. Redis is an open source key-value store that functions as a data structure server.
  419. Redis
  420. Install Redis on Linux
  421. How to install Redis on Linux
  422. DuneSciFye — 05/30/2023 12:26 PM
  423. I've been talking with someone and they said not to use redis, there are other alternatives that are better
  424. Zyran — 05/30/2023 12:27 PM
  425. as which?
  426. DuneSciFye — 05/30/2023 12:27 PM
  427. As redis is for large servers, and doesn't make sense to use it for a small server
  428. Lemme ask
  429. Plugin messaging?
  430. Zyran — 05/30/2023 12:28 PM
  431. Wtf? I only use it because it is an in-memory database which makes it too fast instead of using sql/mongo
  432. Zyran — 05/30/2023 12:29 PM
  433. I need to send all the data to each server to have a copy on each server in memory to update the data of each player
  434. This means that the data is decentralized, what I am looking for is that it is centralized for easy updating and access to the data in real time
  435. DuneSciFye — 05/30/2023 12:30 PM
  436. Would MySQL not work then?
  437. .
  438. redis is a real-time data implementation
  439. https://redis.io/docs/management/optimization/latency/#:~:text=Clients%20connect%20to%20Redis%20using,as%20low%20as%2030%20us.
  440. Redis
  441. Diagnosing latency issues
  442. Finding the causes of slow responses
  443. the response times that I have had is 1ms in obtaining data
  444. DuneSciFye — 05/30/2023 12:34 PM
  445. My guys response: use that at your own risk, I would stay away from it, many plugins out there work just fine with mysql and plugin messaging. Proxies like Velocity are not to be used like that
  446. you want to overload and lag all your servers sending live data that fast you are going to end up lagging all servers and proxy I think, maybe, I could be wrong. but I never found the need to use redis in the past
  447. Zyran — 05/30/2023 12:36 PM
  448. I would not like to cause a fight between you for something like that, what do you think if you try it for a while and if you do not like the performance you change it
  449. DuneSciFye — 05/30/2023 12:36 PM
  450. Oh, I apoligize if it seems like a fight, I'm just trying to figure out what the best method is
  451. 😅
  452. Zyran — 05/30/2023 12:38 PM
  453. maybe they are seeing it as if it were a message broker, that's why they recommend me to use proxy messaging, but it is more complicated for me to use a message broker to distribute the data of the players, instead of storing the data in a database in memory with low response times
  454. DuneSciFye — 05/30/2023 12:38 PM
  455. 👍 lemme talk with them
  456. DuneSciFye — 05/30/2023 12:41 PM
  457. in response to not being able to use mysql: that doesn't make sense, use mysql with plugins installed on back end servers, mysql runs in memory
  458. I have tons of plugins from different servers accessing the same database no issues.
  459. when I update the database from one server, the player on a different server sees the change immediately
  460.  
  461. you have also NVMe drives, just try all with mysql, if something doesn't work the way you want then try that weird redis crap
  462. Zyran — 05/30/2023 12:44 PM
  463. I think I smell the fear of the unknown
  464. DuneSciFye — 05/30/2023 12:51 PM
  465. Alright I'll set it up soon and let you know
  466. Zyran — 05/30/2023 1:18 PM
  467. Sure
  468. DuneSciFye — 05/30/2023 8:09 PM
  469. There's no more in the installation process than this, is that all there is?
  470. Image
  471. Zyran — 05/30/2023 8:10 PM
  472. that's all
  473. use default settings
  474. no password
  475. DuneSciFye — 05/30/2023 8:42 PM
  476. https://167.235.39.36/
  477. Username: Zyran
  478. Password: abc123abc123
  479. You should have access to two testing servers, one is already set up as a spigot, the other one is not set up.
  480. How would I give redis access?
  481. Zyran — 05/30/2023 8:49 PM
  482. Image
  483. DuneSciFye — 05/30/2023 8:49 PM
  484. hmm
  485. reload it
  486. Zyran — 05/30/2023 8:50 PM
  487. Yep
  488. Image
  489. DuneSciFye — 05/30/2023 8:50 PM
  490. Also I'd recommend using WinSCP or something like that for uploading files any larger than a couple hundred lines
  491. Click on them and click manage to enter them
  492. Zyran — 05/30/2023 8:53 PM
  493. Image
  494. 🙂
  495. DuneSciFye — 05/30/2023 8:54 PM
  496. Awesome
  497. Zyran — 05/30/2023 8:56 PM
  498. Can I get redis access?
  499. DuneSciFye — 05/30/2023 8:56 PM
  500. How do I provide that?
  501. Zyran — 05/30/2023 8:56 PM
  502. Do you have it installed on the vps with the default configuration?
  503. DuneSciFye — 05/30/2023 8:57 PM
  504. All I've done is run these commands
  505. Zyran — 05/30/2023 9:01 PM
  506. pls open 6379 port
  507. Image
  508. DuneSciFye — 05/30/2023 9:02 PM
  509. Alright hold on
  510. Give it a few seconds, and once the two instances are up they should have that port opened
  511. DuneSciFye — 05/31/2023 11:06 AM
  512. Need anything else from me?
  513. Zyran — 05/31/2023 11:57 AM
  514. yes, the redis port has not been opened yet
  515. DuneSciFye — 05/31/2023 12:03 PM
  516. Image
  517. DuneSciFye — 06/01/2023 8:10 AM
  518. Any luck yet?
  519. Zyran — 06/01/2023 11:54 AM
  520. I will do the tests using internal ip 🙂
  521. DuneSciFye — 06/01/2023 11:57 AM
  522. 👍 Alright, do you think you can have it ready sometime soon?
  523. Zyran — 06/01/2023 11:57 AM
  524. Yes
  525. DuneSciFye — 06/01/2023 11:57 AM
  526. awesome
  527. DuneSciFye — 06/02/2023 12:57 PM
  528. Do you have an ETA on when?
  529. DuneSciFye — 06/03/2023 1:13 PM
  530. Please man, this is my fourth dev to get this done, I just want this completed.
  531. I've already paid you as well.
  532. Zyran — 06/03/2023 1:14 PM
  533. It's true, I'm sorry, I forgot
  534. Do you know when it'll be done?
  535. Zyran — 06/04/2023 6:13 PM
  536. Yeah, 6pm GMT-6
  537. DuneSciFye — 06/04/2023 8:23 PM
  538. It is now that time
  539. Zyran — 06/04/2023 8:23 PM
  540. I forgot to write that tomorrow at 6pm GMT-6
  541. DuneSciFye — 06/04/2023 8:24 PM
  542. ah alright
  543. Zyran — 06/05/2023 8:34 PM
  544. hello, I'm giving final details to get it working
  545. DuneSciFye — 06/05/2023 8:44 PM
  546. Alright, sounds good
  547. DuneSciFye — 06/05/2023 9:45 PM
  548. But you'll have everything done by the end of today?
  549. Zyran — 06/05/2023 9:45 PM
  550. I think so
  551. Zyran — 06/06/2023 1:35 AM
  552. there is an error to be solved, I will go to sleep soon, I will fix it as soon as possible
  553. DuneSciFye — 06/06/2023 10:05 AM
  554. Alright.
  555. DuneSciFye — 06/07/2023 9:34 AM
  556. Is this done yet?
  557. Zyran — 06/07/2023 12:01 PM
  558. Yep
  559. When I get home we'll try it together
  560. DuneSciFye — 06/07/2023 12:01 PM
  561. Alright
  562. DuneSciFye — 06/08/2023 11:20 AM
  563. Please man, is it dont yet?
  564. DuneSciFye — 06/09/2023 9:14 AM
  565. ...
  566. DuneSciFye — 06/09/2023 10:10 AM
  567. At least a response man
  568. I've already paid for this
  569. Zyran — 06/09/2023 12:08 PM
  570. I'm sorry I'm delaying everything, I haven't had time for university, could I send you the jar so you can try it?
  571. DuneSciFye — 06/09/2023 12:08 PM
  572. That works
  573. Zyran — 06/09/2023 12:08 PM
  574. when i arrive i will
  575. DuneSciFye — 06/09/2023 6:04 PM
  576. When will that be?
  577. Zyran — 06/09/2023 6:27 PM
  578. 8:30pm it's my last class in college
  579. DuneSciFye — 06/09/2023 9:30 PM
  580. Available?
  581. Zyran — 06/09/2023 9:30 PM
  582. 8:30 for me
  583. DuneSciFye — 06/09/2023 9:31 PM
  584. Ah
  585. Zyran — 06/09/2023 9:31 PM
  586. Image
  587. DuneSciFye — 06/09/2023 9:31 PM
  588. My bad
  589. Zyran — 06/09/2023 9:32 PM
  590. no problem
  591. Zyran — 06/09/2023 10:24 PM
  592. They let me leave early, in a few minutes I'll take the shuttle home and send you the file.
  593. DuneSciFye — 06/09/2023 10:24 PM
  594. 👍
  595. Zyran — 06/09/2023 11:38 PM
  596. I am already testing the plugin but it does not save the profile in redis to be used by the spigot server, I will check what is happening.
  597. DuneSciFye — 06/09/2023 11:38 PM
  598. alright
  599. Zyran — 06/09/2023 11:38 PM
  600. proff
  601. Image
  602. DuneSciFye — 06/09/2023 11:39 PM
  603. should I have something like that on the machine?
  604. Zyran — 06/09/2023 11:40 PM
  605. No, it is a program that I use to monitor redis, it is not necessary to install it.
  606. DuneSciFye — 06/09/2023 11:40 PM
  607. mmm alright
  608. Zyran — 06/09/2023 11:40 PM
  609. https://redis.com/redis-enterprise/redis-insight/
  610. Redis
  611. RedisInsight | The Best Redis GUI
  612. RedisInsight provides an intuitive and efficient graphical interface for Redis, allowing you to interact with your databases and manage your data.
  613. RedisInsight | The Best Redis GUI
  614. DuneSciFye — 06/09/2023 11:41 PM
  615. Want me to get it?
  616. Zyran — 06/09/2023 11:48 PM
  617. its not required
  618. DuneSciFye — 06/10/2023 12:08 AM
  619. urh you told me that it's not necessary to install it here, but you just said it's required?
  620. Zyran — 06/10/2023 12:09 AM
  621. I got confused, the program is not mandatory that you install it
  622. DuneSciFye — 06/10/2023 12:09 AM
  623. lol ok alright, let me know how I can help with this and what I need to do
  624. Zyran — 06/10/2023 12:10 AM
  625. At the moment I have to debug everything to see where the error is, then I'll tell you how to install it
  626. DuneSciFye — 06/10/2023 12:10 AM
  627. 👍
  628. DuneSciFye — 06/11/2023 1:00 AM
  629. How's it going now?
  630. Zyran — 06/11/2023 1:00 AM
  631. Finishing the tests
  632. DuneSciFye — 06/11/2023 1:00 AM
  633. Alright
  634. DuneSciFye — 06/12/2023 11:12 AM
  635. Almost done yet?
  636. DuneSciFye — 06/12/2023 3:22 PM
  637. ;-;
  638. Zyran — 06/12/2023 3:22 PM
  639. Oh, sorry I forgot send the build
  640. DuneSciFye — 06/12/2023 3:22 PM
  641. ;-;
  642. DuneSciFye — 06/12/2023 11:24 PM
  643. Think your going to send it soon?
  644. At this point can you send the source code and everything
  645. DuneSciFye — Yesterday at 12:39 PM
  646. Hello?
  647. DuneSciFye — Today at 10:42 AM
  648. Please man.
  649. DuneSciFye — Today at 3:30 PM
  650. dude, I already payed for this. I don't even care if it works. I just want the source code so I can have somoene else work on it. lease.
  651. Zyran — Today at 3:33 PM
  652. This is one of the last copies I have on my laptop, I'm sorry to bother you but I've been very busy with college.
  653. Attachment file type: archive
  654. profile-changer.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement