Please visit LEGO Universe Discord Bot For An Updated and Supported Version
To not have to know an item's exact name or ID.
To interact with the data: go to the next page, show fractions/percents, navigate to a different aspect of an item.
Select an item/vendor/mission/npc/etc. from a list.
Show what an activity drops.
View what drops a brick or where you can buy it and other relevant information.
Shows the vendors that sell an item.
Show all skills that have overlapping cooldowns.
Show what drops an object and its chances to be dropped
Show the missions or achievements to complete to earn an item.
View stats on an enemy.
View what an enemy drops and its chances to drop each rarity of each item in each loot table.
View the member count of each faction in a server.
View all commands available for use.
View major stats on an item.
View the passive abilities and stats of a kit.
View the XP requirements for a level.
View all items by rarity in a loot table.
View a LEGO Universe meme from r/nexusforcememes
View the objective, rewards, and type of mission/achievement.
View the missions given by an NPC.
View the contents of a package.
View the prerequisites to use an item.
Search all objects within LEGO Universe.
Simulate the drop of an item from an enemy.
View the stats on a skill.
View the items that have a particular skill.
Play tic-tac-toe with LEGO Universe factions.
View what items a vendor sells.
- Download and Install Node.js
- Download this project
- Open a terminal in the
/nexus_force_bot_v5
directory, runnpm install
- Add a
config.json
to the/nexus_force_bot_v5
directory. The file should look mostly like this, except put in your own token.
{
"prefix": "!",
"name": "Nexus Force",
"bot_icon_url": "https://cdn.discordapp.com/attachments/814459321282592769/849487058451169300/circle-cropped_1.png",
"github_link": "https://github.com/MasterTemple/discord_bot_template",
"output_path": "./../../output/",
"color": "#39A8CC",
"token": "your_token_goes_here!",
"version": 5,
"footer": "Nexus Force Bot 5.0",
"image_link_domain": "https://lu.lcdruniverse.org/lu-res/",
"explorer_link_domain": "https://lu.lcdruniverse.org/explorer/",
"universe_icon": "https://media.discordapp.net/attachments/641133444746838016/855979091983335514/communityIcon_mpbaes4n8n231.png",
"invis_char": "឵឵",
"time_out_ms": 300000,
"administrators": ["789705048035688458", "703120460023463986"],
"developers": ["703120460023463986", "789705048035688458"],
"embed_sizes": {
"search": 24,
"loot": 6,
"missions": 6
},
"emojis": {
"armor": "820200969861857280",
"heart": "820200969803268096",
"imagination": "820200969789767690",
"mythran": "834921599764398110",
"assembly": "850419548611280986",
"paradox": "850419548271149097",
"sentinels": "850419548653092905",
"venture": "850419548733440031",
"nexus_force": "847950505816227871"
},
"startup_status": "LEGO Universe"
}
- You will also have to add different emoji IDs in
config.emojis
(feel free to contact me if you have any trouble) - Install Nodemon by running
npm i nodemon -g
in your terminal - Run
index.js
by runningnodemon index.js
in your terminal
If you have any questions regarding use or any suggestions for features, feel free to contact me on Discord at MasterTemple#0233
(my ID is 789705048035688458
just in case my name is changed). Find me in the LEGO Universe Community Hub!