NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Samerton

Owner

Feed

Chaoticthunder95
Chaoticthunder95
hello how to download and install websties?
Samerton
Samerton
Hi, there are installation instructions here: https://docs.namelessmc.com/en/installation - alternatively you can use a web host like https://namedhosting.com or https://namelesshosting.com which make this easier for you (both are unofficial)
balandislt
balandislt
heyyy , problem with friendly url , i did every thing what tutorial said checked few hundred times for errors , still the same problem , affter enabling friendly url uts just says : Not Found The requested URL was not found on this server. Apache/2.4.55 (Ubuntu) Server at mydomain Port 443 any fixes ? oh and store module not finding my api it says : There has been no API fetch within the last hour, Is the nameless plugin installed, and is store module integration enabled in modules.yaml? and yes there is no errors made , using spigot 1.19.2 website is on: Ubuntu-20.04 (64 bit) + LAMP +ssl from lets encrypt
Samerton
Samerton
Hi, I see you're in Discord now for support but for the benefit of anyone else with the same issue, the solution can be found on the FAQ page: https://docs.namelessmc.com/en/faq - as for the Store issue, I'd recommend contacting @Partydragen who is the developer of that module.
Hydraulisch
Hydraulisch
heyo! is it possible for me to remove the Tebex Store Button from the Navbar?
Samerton
Samerton
Hi, you'll need to delete the highlighted line within modules/Tebex/module.php: https://github.com/samerton/Nameless-Tebex/blob/v1.3.1/upload/modules/Tebex/module.php#L177
splennn
splennn
hey there! I am just wondering if it is possible if you can change the background color to a custom one. Do you have to change something in the custom.css file?
Samerton
Samerton
Hi, there is no value there which you can change but you can add new CSS to the custom.css file. You might need to add the !important flag to override the theme, eg body { background-color: #fff !important; }
Popsiz FM
Popsiz FM
ok
Popsiz FM
Popsiz FM
I tried both libery and advanced ban liberty got this error though: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'h.victim' in 'field list'
Samerton
Samerton
The latest development code has only been tested with LiteBans - it has not been updated to support the other two yet.
Popsiz FM
Popsiz FM
is there a fix for advancedban?
Popsiz FM
Popsiz FM
When will the punishment thingy be updated? [Infractions moduel]
Samerton
Samerton
Hi, unfortunately I'm not sure yet - however the latest development code from https://github.com/samerton/Nameless-Infractions should work for LiteBans
redd
redd
Hey, are you going to update Nameless Infractions to the latest version of NamlessMC? If so do you have an ETA for when it will be updated?
Samerton
Samerton
Hi, yes it will definitely be updated but unfortunately at the moment I am unsure when this will be.
Vifez
Vifez
Hey! There is a staff application module from v1.0 which is a very good feature do you plan on adding it any time soon?
Samerton
Samerton
Hi, You can use the Forms module with version 2 instead: https://namelessmc.com/resources/resource/43-forms-module/

About

Registered:
over 9 years ago
Last Seen:
8 hours ago
Profile Views:
29134
Minecraft
Samerton

Latest Posts

2 days ago
How to host nameless on railway.app

Our partners Pebblehost offer cheap web hosting: https://pebblehost.com/

There is also a free alternative with fewer features: https://namedhosting.com/

4 days ago
How to host nameless on railway.app

Hi,

I have never used this service before so unfortunately I will not be able to provide much assistance.

However, it appears they may support deploying Docker images, in which case I can point you in the direction of the Nameless Docker repository: https://github.com/NamelessMC/Nameless-Docker

It may also be possible to deploy a code repository, in which case the full repository can be found here: https://github.com/NamelessMC/Nameless. It is important to note that Nameless is not designed to be run like this so this will likely not work, and I would recommend using a traditional web host instead.

14 days ago
Custom Home Page

You can upload these to your web host as normal, and also refer to them in the HTML within the tpl file as normal.

14 days ago
Namelessmc installation - database error

Hi,

This error means that your MySQL database version is too old. Nameless requires MySQL 5.7.22 or higher, or MariaDB 10.2 or higher.

17 days ago
Custom Home Page

Hi,

In the StaffCP -> Configuration -> General Settings tab, you can set the "Homepage Type" to "Portal".

Then, in the directory for the template that you are using (e.g. custom/templates/DefaultRevamp), there is a file called portal.tpl in which you can add your custom HTML code.

Hope that helps!