Advertisement
DuneSciFye

Untitled

Jun 14th, 2023
92
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. Pls send mxn
  225. Paypal conversion it's so weird
  226. DuneSciFye — 05/17/2023 12:10 PM
  227. it shows it auto converts to mxn
  228. sent it
  229. Zyran — 05/17/2023 12:12 PM
  230. Paypal makes the conversion lower plus it deducts 2% for the conversion, could you do it sending mxn please $344?
  231. DuneSciFye — 05/17/2023 12:12 PM
  232. It sent 324.37 MXN already
  233. Zyran — 05/17/2023 12:12 PM
  234. I'll send refund
  235. done
  236. Or would you prefer me to make a request?
  237. DuneSciFye — 05/17/2023 12:14 PM
  238. I got it
  239. ok sent
  240. Zyran — 05/17/2023 12:16 PM
  241. Thank you, sorry for the misunderstandings
  242. DuneSciFye — 05/17/2023 12:16 PM
  243. no worries
  244. Zyran — 05/17/2023 12:16 PM
  245. Attachment file type: archive
  246. profile-changer-1.0.0-all.zip
  247. 14.99 MB
  248. DuneSciFye — 05/17/2023 5:53 PM
  249. It works great! I have a few more things I'd like you to add, and you can charge for it.
  250. 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.
  251. 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.
  252. Rather than /profile reset, make /profile change 1 go to your main. (Hence why /profile change 2 goes to the first profile you make.
  253. 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
  254. 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.
  255. Zyran — 05/17/2023 7:12 PM
  256. can't create placeholder api vars
  257. DuneSciFye — 05/17/2023 7:12 PM
  258. ah yea, this is a velocity plugin
  259. hmm
  260. any way we could get it? maybe a spigot side plugin?
  261. Zyran — 05/17/2023 7:13 PM
  262. Yeah, that would increase the difficulty, you would have to use a shared cache
  263. Like redis
  264. DuneSciFye — 05/17/2023 7:13 PM
  265. hmm
  266. Zyran — 05/17/2023 7:14 PM
  267. You would have to tell me if I do it in the next hour, I'll leave and come back until tomorrow
  268. DuneSciFye — 05/17/2023 7:15 PM
  269. Is there a way to get placeholders from velocity from spigot servers?
  270. Zyran — 05/17/2023 7:15 PM
  271. Yeah
  272. DuneSciFye — 05/17/2023 7:15 PM
  273. Could we do that then
  274. Zyran — 05/17/2023 7:17 PM
  275. 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
  276. DuneSciFye — 05/17/2023 7:19 PM
  277. whichever one is easier
  278. Zyran — 05/17/2023 7:20 PM
  279. Distributed cache?
  280. DuneSciFye — 05/17/2023 7:20 PM
  281. sure
  282. Zyran — 05/17/2023 7:20 PM
  283. You need have a redis instance
  284. DuneSciFye — 05/17/2023 7:20 PM
  285. Don't have that so do the bungeecord channels
  286. Zyran — 05/17/2023 7:21 PM
  287. do you have a vps?
  288. DuneSciFye — 05/17/2023 7:21 PM
  289. yea
  290. Zyran — 05/17/2023 7:21 PM
  291. you can run a redis container, it doesn't consume others
  292. DuneSciFye — 05/17/2023 7:21 PM
  293. alright, I'll do some research
  294. Zyran — 05/17/2023 7:22 PM
  295. https://hub.docker.com/_/redis
  296. redis - Official Image | Docker Hub
  297. Redis is an open source key-value store that functions as a data structure server.
  298. DuneSciFye — 05/17/2023 7:22 PM
  299. thanks
  300. Zyran — 05/17/2023 7:45 PM
  301. I'll charge you $30 extra, is it ok?
  302. Zyran — 05/17/2023 8:16 PM
  303. let me know please to make the request
  304. DuneSciFye — 05/17/2023 8:24 PM
  305. That's too much for my budget and how much i've spent on this, is $20 okay?
  306. Zyran — 05/17/2023 8:39 PM
  307. Hmm
  308. Yeah, it's fine
  309. DuneSciFye — 05/17/2023 8:39 PM
  310. Awesome, thank you so much. I've paid like 3 people for this 😅 over a $100 so far
  311. That's why I asked that
  312. Zyran — 05/17/2023 9:54 PM
  313. Sure 🙂
  314. lmk if u need some another thing, I'll update
  315. I've send paypal money request
  316. DuneSciFye — 05/17/2023 9:56 PM
  317. Alrighty
  318. Sent
  319. Zyran — 05/17/2023 10:12 PM
  320. Thanks
  321. DuneSciFye — 05/18/2023 6:10 PM
  322. Any idea when everything will be completed?
  323. Zyran — 05/18/2023 6:10 PM
  324. Yeah, this night
  325. DuneSciFye — 05/18/2023 6:15 PM
  326. 👍 awesome
  327. DuneSciFye — 05/19/2023 7:48 PM
  328. Any update on this?
  329. Zyran — 05/19/2023 8:42 PM
  330. I've go out home
  331. DuneSciFye — 05/19/2023 8:44 PM
  332. 👍
  333. DuneSciFye — 05/20/2023 4:44 PM
  334. Do you have any eta?
  335. Zyran — 05/21/2023 1:40 AM
  336. Hello
  337. Attachment file type: archive
  338. profile-changer-1.0.0-all.zip
  339. 14.99 MB
  340. DuneSciFye — 05/22/2023 11:24 AM
  341. the /profile command doesn't even seem to work
  342. Please don't ghost me.
  343. Zyran — 05/22/2023 5:28 PM
  344. I'm not ghosting you
  345. I just didn't know what to answer because I tried it
  346. DuneSciFye — 05/22/2023 5:30 PM
  347. Sorry, you didn't respond yesterday at all, and you just sent a jar that didn't seem to work on my side 😅
  348. I've had too many devs ghost me, so I'm just used to that sorry
  349. DuneSciFye — 05/22/2023 5:30 PM
  350. Does it work on your end?
  351. Zyran — 05/22/2023 5:32 PM
  352. Yeah
  353. but i think i know the reason
  354. I sent you the wrong jar (it's the previous one)
  355. you will have to wait for me to get home 9pm GMT-6
  356. DuneSciFye — 05/22/2023 5:38 PM
  357. 👍 no worries, communication is key
  358. Zyran — 05/22/2023 5:42 PM
  359. :)
  360. DuneSciFye — 05/23/2023 11:17 AM
  361. Able to send it?
  362. Zyran — 05/23/2023 11:17 AM
  363. Nope, I'm at school
  364. DuneSciFye — 05/23/2023 11:17 AM
  365. 👍
  366. Zyran — 05/23/2023 11:17 AM
  367. I forgot to do it yesterday, I'm really sorry
  368. DuneSciFye — 05/23/2023 11:17 AM
  369. All good
  370. DuneSciFye — 05/24/2023 9:12 AM
  371. Able to sent it today?
  372. Zyran — 05/24/2023 10:21 AM
  373. I'm coming to school
  374. Zyran — 05/24/2023 12:04 PM
  375. I'll come back 5pm GMT-6
  376. DuneSciFye — 05/24/2023 12:04 PM
  377. What time is it now for you
  378. Zyran — 05/24/2023 12:04 PM
  379. 10:04
  380. DuneSciFye — 05/24/2023 12:04 PM
  381. Okay
  382. DuneSciFye — 05/24/2023 7:05 PM
  383. Reminder!
  384. Zyran — 05/24/2023 7:10 PM
  385. seen 🙂
  386. testing
  387. DuneSciFye — 05/25/2023 5:54 PM
  388. We're you able to get it tested?
  389. Zyran — 05/25/2023 5:55 PM
  390. sure, let me finish the placeholders, i found a memory leak
  391. DuneSciFye — 05/25/2023 11:27 PM
  392. Got it all good?
  393. Zyran — 05/25/2023 11:35 PM
  394. I'm trying to solve sqlite errros
  395. DuneSciFye — 05/25/2023 11:36 PM
  396. 👍
  397. Zyran — 05/25/2023 11:36 PM
  398. I'm to close finish
  399. DuneSciFye — 05/29/2023 8:50 AM
  400. Any updates? It's been quite a few days...
  401. Zyran — 05/29/2023 5:45 PM
  402. Hello
  403. I've lost access to my vps
  404. DuneSciFye — 05/29/2023 5:46 PM
  405. What do you need to test it?
  406. Zyran — 05/29/2023 5:47 PM
  407. 1.- redis instance
  408. 2.- 2 servers (proxy & spigot)
  409. DuneSciFye — 05/29/2023 6:00 PM
  410. 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
  411. DuneSciFye — 05/30/2023 12:25 PM
  412. Can you send me a link for the redis instance?
  413. Zyran — 05/30/2023 12:26 PM
  414. https://hub.docker.com/_/redis
  415. https://redis.io/docs/getting-started/installation/install-redis-on-linux/
  416. redis - Official Image | Docker Hub
  417. Redis is an open source key-value store that functions as a data structure server.
  418. Redis
  419. Install Redis on Linux
  420. How to install Redis on Linux
  421. DuneSciFye — 05/30/2023 12:26 PM
  422. I've been talking with someone and they said not to use redis, there are other alternatives that are better
  423. Zyran — 05/30/2023 12:27 PM
  424. as which?
  425. DuneSciFye — 05/30/2023 12:27 PM
  426. As redis is for large servers, and doesn't make sense to use it for a small server
  427. Lemme ask
  428. Plugin messaging?
  429. Zyran — 05/30/2023 12:28 PM
  430. Wtf? I only use it because it is an in-memory database which makes it too fast instead of using sql/mongo
  431. Zyran — 05/30/2023 12:29 PM
  432. 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
  433. 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
  434. DuneSciFye — 05/30/2023 12:30 PM
  435. Would MySQL not work then?
  436. .
  437. redis is a real-time data implementation
  438. https://redis.io/docs/management/optimization/latency/#:~:text=Clients%20connect%20to%20Redis%20using,as%20low%20as%2030%20us.
  439. Redis
  440. Diagnosing latency issues
  441. Finding the causes of slow responses
  442. the response times that I have had is 1ms in obtaining data
  443. DuneSciFye — 05/30/2023 12:34 PM
  444. 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
  445. 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
  446. Zyran — 05/30/2023 12:36 PM
  447. 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
  448. DuneSciFye — 05/30/2023 12:36 PM
  449. Oh, I apoligize if it seems like a fight, I'm just trying to figure out what the best method is
  450. 😅
  451. Zyran — 05/30/2023 12:38 PM
  452. 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
  453. DuneSciFye — 05/30/2023 12:38 PM
  454. 👍 lemme talk with them
  455. DuneSciFye — 05/30/2023 12:41 PM
  456. 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
  457. I have tons of plugins from different servers accessing the same database no issues.
  458. when I update the database from one server, the player on a different server sees the change immediately
  459.  
  460. 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
  461. Zyran — 05/30/2023 12:44 PM
  462. I think I smell the fear of the unknown
  463. DuneSciFye — 05/30/2023 12:51 PM
  464. Alright I'll set it up soon and let you know
  465. Zyran — 05/30/2023 1:18 PM
  466. Sure
  467. DuneSciFye — 05/30/2023 8:09 PM
  468. There's no more in the installation process than this, is that all there is?
  469. Image
  470. Zyran — 05/30/2023 8:10 PM
  471. that's all
  472. use default settings
  473. no password
  474. DuneSciFye — 05/30/2023 8:42 PM
  475. https://167.235.39.36/
  476. Username: Zyran
  477. Password: abc123abc123
  478. You should have access to two testing servers, one is already set up as a spigot, the other one is not set up.
  479. How would I give redis access?
  480. Zyran — 05/30/2023 8:49 PM
  481. Image
  482. DuneSciFye — 05/30/2023 8:49 PM
  483. hmm
  484. reload it
  485. Zyran — 05/30/2023 8:50 PM
  486. Yep
  487. Image
  488. DuneSciFye — 05/30/2023 8:50 PM
  489. Also I'd recommend using WinSCP or something like that for uploading files any larger than a couple hundred lines
  490. Click on them and click manage to enter them
  491. Zyran — 05/30/2023 8:53 PM
  492. Image
  493. 🙂
  494. DuneSciFye — 05/30/2023 8:54 PM
  495. Awesome
  496. Zyran — 05/30/2023 8:56 PM
  497. Can I get redis access?
  498. DuneSciFye — 05/30/2023 8:56 PM
  499. How do I provide that?
  500. Zyran — 05/30/2023 8:56 PM
  501. Do you have it installed on the vps with the default configuration?
  502. DuneSciFye — 05/30/2023 8:57 PM
  503. All I've done is run these commands
  504. Zyran — 05/30/2023 9:01 PM
  505. pls open 6379 port
  506. Image
  507. DuneSciFye — 05/30/2023 9:02 PM
  508. Alright hold on
  509. Give it a few seconds, and once the two instances are up they should have that port opened
  510. DuneSciFye — 05/31/2023 11:06 AM
  511. Need anything else from me?
  512. Zyran — 05/31/2023 11:57 AM
  513. yes, the redis port has not been opened yet
  514. DuneSciFye — 05/31/2023 12:03 PM
  515. Image
  516. DuneSciFye — 06/01/2023 8:10 AM
  517. Any luck yet?
  518. Zyran — 06/01/2023 11:54 AM
  519. I will do the tests using internal ip 🙂
  520. DuneSciFye — 06/01/2023 11:57 AM
  521. 👍 Alright, do you think you can have it ready sometime soon?
  522. Zyran — 06/01/2023 11:57 AM
  523. Yes
  524. DuneSciFye — 06/01/2023 11:57 AM
  525. awesome
  526. DuneSciFye — 06/02/2023 12:57 PM
  527. Do you have an ETA on when?
  528. DuneSciFye — 06/03/2023 1:13 PM
  529. Please man, this is my fourth dev to get this done, I just want this completed.
  530. I've already paid you as well.
  531. Zyran — 06/03/2023 1:14 PM
  532. It's true, I'm sorry, I forgot
  533. Do you know when it'll be done?
  534. Zyran — 06/04/2023 6:13 PM
  535. Yeah, 6pm GMT-6
  536. DuneSciFye — 06/04/2023 8:23 PM
  537. It is now that time
  538. Zyran — 06/04/2023 8:23 PM
  539. I forgot to write that tomorrow at 6pm GMT-6
  540. DuneSciFye — 06/04/2023 8:24 PM
  541. ah alright
  542. Zyran — 06/05/2023 8:34 PM
  543. hello, I'm giving final details to get it working
  544. DuneSciFye — 06/05/2023 8:44 PM
  545. Alright, sounds good
  546. DuneSciFye — 06/05/2023 9:45 PM
  547. But you'll have everything done by the end of today?
  548. Zyran — 06/05/2023 9:45 PM
  549. I think so
  550. Zyran — 06/06/2023 1:35 AM
  551. there is an error to be solved, I will go to sleep soon, I will fix it as soon as possible
  552. DuneSciFye — 06/06/2023 10:05 AM
  553. Alright.
  554. DuneSciFye — 06/07/2023 9:34 AM
  555. Is this done yet?
  556. Zyran — 06/07/2023 12:01 PM
  557. Yep
  558. When I get home we'll try it together
  559. DuneSciFye — 06/07/2023 12:01 PM
  560. Alright
  561. DuneSciFye — 06/08/2023 11:20 AM
  562. Please man, is it dont yet?
  563. DuneSciFye — 06/09/2023 9:14 AM
  564. ...
  565. DuneSciFye — 06/09/2023 10:10 AM
  566. At least a response man
  567. I've already paid for this
  568. Zyran — 06/09/2023 12:08 PM
  569. 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?
  570. DuneSciFye — 06/09/2023 12:08 PM
  571. That works
  572. Zyran — 06/09/2023 12:08 PM
  573. when i arrive i will
  574. DuneSciFye — 06/09/2023 6:04 PM
  575. When will that be?
  576. Zyran — 06/09/2023 6:27 PM
  577. 8:30pm it's my last class in college
  578. DuneSciFye — 06/09/2023 9:30 PM
  579. Available?
  580. Zyran — 06/09/2023 9:30 PM
  581. 8:30 for me
  582. DuneSciFye — 06/09/2023 9:31 PM
  583. Ah
  584. Zyran — 06/09/2023 9:31 PM
  585. Image
  586. DuneSciFye — 06/09/2023 9:31 PM
  587. My bad
  588. Zyran — 06/09/2023 9:32 PM
  589. no problem
  590. Zyran — 06/09/2023 10:24 PM
  591. They let me leave early, in a few minutes I'll take the shuttle home and send you the file.
  592. DuneSciFye — 06/09/2023 10:24 PM
  593. 👍
  594. Zyran — 06/09/2023 11:38 PM
  595. 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.
  596. DuneSciFye — 06/09/2023 11:38 PM
  597. alright
  598. Zyran — 06/09/2023 11:38 PM
  599. proff
  600. Image
  601. DuneSciFye — 06/09/2023 11:39 PM
  602. should I have something like that on the machine?
  603. Zyran — 06/09/2023 11:40 PM
  604. No, it is a program that I use to monitor redis, it is not necessary to install it.
  605. DuneSciFye — 06/09/2023 11:40 PM
  606. mmm alright
  607. Zyran — 06/09/2023 11:40 PM
  608. https://redis.com/redis-enterprise/redis-insight/
  609. Redis
  610. RedisInsight | The Best Redis GUI
  611. RedisInsight provides an intuitive and efficient graphical interface for Redis, allowing you to interact with your databases and manage your data.
  612. RedisInsight | The Best Redis GUI
  613. DuneSciFye — 06/09/2023 11:41 PM
  614. Want me to get it?
  615. Zyran — 06/09/2023 11:48 PM
  616. its not required
  617. DuneSciFye — 06/10/2023 12:08 AM
  618. urh you told me that it's not necessary to install it here, but you just said it's required?
  619. Zyran — 06/10/2023 12:09 AM
  620. I got confused, the program is not mandatory that you install it
  621. DuneSciFye — 06/10/2023 12:09 AM
  622. lol ok alright, let me know how I can help with this and what I need to do
  623. Zyran — 06/10/2023 12:10 AM
  624. At the moment I have to debug everything to see where the error is, then I'll tell you how to install it
  625. DuneSciFye — 06/10/2023 12:10 AM
  626. 👍
  627. DuneSciFye — 06/11/2023 1:00 AM
  628. How's it going now?
  629. Zyran — 06/11/2023 1:00 AM
  630. Finishing the tests
  631. DuneSciFye — 06/11/2023 1:00 AM
  632. Alright
  633. DuneSciFye — 06/12/2023 11:12 AM
  634. Almost done yet?
  635. DuneSciFye — 06/12/2023 3:22 PM
  636. ;-;
  637. Zyran — 06/12/2023 3:22 PM
  638. Oh, sorry I forgot send the build
  639. DuneSciFye — 06/12/2023 3:22 PM
  640. ;-;
  641. DuneSciFye — 06/12/2023 11:24 PM
  642. Think your going to send it soon?
  643. At this point can you send the source code and everything
  644. DuneSciFye — Yesterday at 12:39 PM
  645. Hello?
  646. DuneSciFye — Today at 10:42 AM
  647. Please man.
  648. DuneSciFye — Today at 3:30 PM
  649. 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.
  650. Zyran — Today at 3:33 PM
  651. 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.
  652. Attachment file type: archive
  653. profile-changer.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement