-
Posts
55 -
Joined
-
Last visited
Recent Profile Visitors
3,355 profile views
Jaehaerys's Achievements
-
Jaehaerys changed their profile photo
-
A fortune wheel in the style of a casino from the game has been added, an authorized user can scroll once a day, all prizes can be configured, each prize must be specified: -> Title -> Picture -> Description -> Command to be executed in the game -> Chance to drop -> Category (categories in this case equal the colors on the wheel). There is also a button that will show all possible prizes. -> Added support for localization of meta tags (SEO)
-
-> Added multilanguage. Edited through 2 files, en.json/ru.json. -> Added banlist, works through its own plugin (tempban/permban/unblock). Displays: - Avatar | Nickname of the banned player. - Avatar | Administrator nickname, console supported. - Ban time | Unban time, multilanguage supported. -> Live chat has been moved to the map section. ->Cargosheep animation has been added to the map. -> Added support for Raidable bases to the map, in principle, any of your marks can be displayed on the map without problems.
-
-> Added support for multiple servers in leaderboards. -> Added the ability to specify a discount for an item when creating / editing it, after which the discount will be shown on the product card. -> Added the ability to specify a discount for the user personally. -> Added a tab with a description of the servers, it has tabs (for commands, staff, mods, and description) and a slider with pictures of a specific server. -> A system of rewards has been added, they are created through the admin panel, when creating, the minimum amount of total account replenishment is indicated, after which the user will be able to take any reward created by the admin once a week.
-
Added Discord bot for purchasing items via discord, functionality: demo video: https://youtu.be/gl05VErYfK8 Binding is carried out in your personal account on the site, when you try to use the bot without binding, you will be prompted to bind: When using the slash command, you will be prompted to substitute all existing categories that are taken from the site database After that, it will display all items from this category with a price, description, and a picture, which are also taken from the database. When you click on the buy button, a modal window will open where you need to specify the number of goods: If there is not enough balance, it will offer to replenish. Also, when buying, it will notify the administrator in telegram.
-
-> Added alerts about suspicious user activity, site validation is available both on the client and on the server, and if the site notices that these data do not match when buying an item / transferring an item to the game, then the site will send a notification to the administrator in the telegram specified in the site settings . ->All items that were specified as 'Privileges' during creation will be displayed in a special section where you can customize their description, as well as indicate the number of days for which it will be purchased. From 7 to 30 days, in increments of 1 day. -> When creating an item, you can now specify its z-index. the higher - the higher the item will be displayed in the store to the user. -> Added dropdown menu for easy site navigation. At the same time, I am making an addon for buying items through the discord, the user only needs to link the discord on the site.
-
-> Added the ability to create polls, in the admin panel you can create a poll, as well as answer options for it, after which authorized users who have been in the game at least once will be able to vote, after voting they will be shown the results, before voting / without authorization, the results will not be shown. -> Everything except for the admin panel has been redesigned for TailwindCSS, and several themes have been added, white / dark, and pink (you can specify the theme according to the standard for the first visit, and after choosing a theme, the site remembers the choice and is attached to the user's browser). -> Purchase of items, map, promotional codes have been transferred to my API, i.e. the your site now sends some data to me on the api server, and then my interacts with the your site (calculates balance, cart items, etc.). Now each site is tied to the first launch VPS IP and a special key, and when you try to use the functionality of the purchase, promotional codes, live cards (in the future and authorization) outside the VPS, my API simply will not process your requests. Those who want to see a demo site can throw me their steamid and give me a link.
-
Added a map of the server with game events (ship, helicopter.crates), players' vendings, you can also view the contents of the shops by clicking. Works without add-ons from the server side. Works with any types of maps, even custom ones. UPD added search by items, as well as the ability to hide stores:
-
Added the ability to edit a number of pages through the control panel - Rules / Staff / About the server / FAQ, through the html editor, over time, all pages available to the user will be available for editing in the panel. Added promo code system, available fields: -> Name. -> The number of promo codes, after they are completed, it will be deleted and unavailable. -> The amount that will be credited upon execution. -> Number of uses per user. -> The number of hours since the first authorization on the site, after which the user will not be able to activate it. To create promotional codes exclusively for beginners. Implemented a cart in the game for transfer purchased item, with checks for free space in the inventory. Also I do demo website. Contact me if you interested in.
-
Added system group and permissions. Added live chat related to the game. A number of rights have been created that you can grant / remove to groups through the admin panel. Full list of rights at this point in the post: 'buy access', 'shop access', 'live chat', 'web access', 'profile access', 'profile webcart', 'deposit access', 'promo access', 'dashboard stats', 'dashboard userinv', 'dashboard shop', 'dashboard console', 'dashboard console send', 'dashboard news', 'dashboard users', 'dashboard faq', 'dashboard rules', 'dashboard staff', 'dashboard promos', 'dashboard settings', 'dashboard roles', There are also 4 groups user | Moderator | admin | Owner The latter is issued at the first launch of the site to the administrator, has all rights, is not edited through the admin panel. When you try to remove the rights from the group, a modal window will pop up, asking you to confirm. The group also has checks for the presence of a role, a toast will pop up indicating that the selected right already exists.
-
preRelease ------------- The admin panel has been updated, charts have been added, the ability to connect Discord/Telegram bots for news statistics. Added 'spinner' to show page loading. Shows the number of purchases in the last week The number of items sold per week. The amount of money received per week. There is also a graph showing which payment method most often tops up the balance. The leaderboard has been updated, showing the place of the authorized user in the top. Avatars have also been added. Added admin alerts when buying an item on the site, in the future there will be alerts for authorizations, replenishments, and everything that you use. video
-
Made an API for interacting with the site's shopping cart(For those who want to receive items from the site directly in the game), features: -> Display all items in the cart. /shop/items -> Display all items of a certain user, taking into account his steamid. /shop/useitems/{steamid} -> Delete an item by its ID. /shop/deletitetem/{id} -> Change quantity of item in cart by ID. /shop/changecount/{id}/{count} -> Add item to cart. /shop/additem/{steamid}/{gameid}/{count} In the admin panel, you can specify the IP address, with access to the implementation of the request to the API, and you can also specify the access key that will be addressed in the url to receive a request, without a request that will not be processed by the server. If the key was not correct on request, it will return a 403 error. If the item is not found when deleting, it will return a 404 error. Some screenshots: