Ender Forum
    • Website
    • Discord
    • News
    • Games
    • Recent
    • Popular
    • Register
    • Login
    1. Home
    2. Bent
    3. Posts
    • Profile
    • Following 2
    • Followers 13
    • Topics 71
    • Posts 539
    • Groups 3

    Posts

    Recent Best Controversial
    • RE: Ban Alumentum [Request by SkyKingAgan]

      @tmax_hand I will not go into greater detail for security reasons. But we will do our best to avoid breaking anything with our actions!

      posted in Feedback
      BentB
      Bent
    • RE: Add Mod Request

      @TheLoneWolf_2002 We will consider this for the update!

      posted in Feedback
      BentB
      Bent
    • Ban Alumentum [Request by SkyKingAgan]

      Thanks to @SkyKingAgan for suggesting this. We will look into this!

      @Sebigamer4 böses item ;)

      posted in Feedback ban alumentum [request skykingagan]
      BentB
      Bent
    • RE: tjwmagic Staff Application, Helper

      Thank you @tjwmagic for your application. To me, this looks like you are well suited for the Novus team as well as you might be interesting for the server team itself because of you IT expertise. I will add you as a Helper on the Novus Alpha server!

      Your additional permissions will be:

          - essentials.joinfullserver
          - essentials.msg.color
          - essentials.chat.color
          - essentials.msg.url
          - essentials.chat.url
          - essentials.helpop.receive
          - essentials.seen.ipsearch
          - coreprotect.inspect
          - coreprotect.help
      

      Have fun, looking forward to talk with you on our Teamspeak server :slight_smile:

      posted in Staff Applications
      BentB
      Bent
    • RE: So i logged on after like a week... [In Process]

      @tmax_hand Defiantly inacceptable. Let me know the progress on this one! We will do our best to get rid of this bad guy!

      posted in Support
      BentB
      Bent
    • RE: Ich habe -1576 claimblocks !!! Ich kann nichts claimen !!! [Solved]

      Hallo @xXBigDigXx , danke für deinen Report! Bitte nenne uns einmal deinen Ingame Namen (Minecraft Username), damit wir das Problem lösen können. Ich nehme an, das Support Ticket bezieht sich auf unseren Novus Bevo Alpha Server, ist diese Annahme korrekt?

      Cheers
      Bent

      posted in Support
      BentB
      Bent
    • RE: Problem to run Minecraft Novus [Solved]

      @GrooFI Okay das ist sehr komisch aber Danke für den Report, sehr professionell!

      Engl:
      Okay that’s really strange but thanks for your professional report!

      posted in Support
      BentB
      Bent
    • RE: mod request

      Hey there FWHY (André),

      thanks for the suggestion, we already considered this mod for the upcoming update :slight_smile:

      Cheers
      Bent

      posted in Feedback
      BentB
      Bent
    • Let's Play of Novus Bevo

      Check this out! Thanks to Magic Gaming keep it up :thumbsup_tone1:

      posted in Chitchat bevo novus play
      BentB
      Bent
    • RE: tier 1 Rocket nach dem craften weggebugt [Solved]

      @akazukilp Ich würde dazu sagen @Sebigamer4 Ja sie kann zurückerstattet werden. Wir sollten in den Beginners Guide eine Warnung bezüglich Galacticarft aufnehmen.

      Cheers
      Bent

      posted in Support
      BentB
      Bent
    • RE: How to setup a proxy server with redirects?

      Hey Ninja,

      I can higly recommend checking out the official NGINX guide here.

      Also check this example:

      upstream SOMEUPSTREAMNAME {
        server SOMEIP_ORSOMEDOMAIN_WITH_SOME_PORT_IF_DESIRED;
      }
      
      server {
        listen 80;
        server_name YOURDOMAIN;
        return 301 https://$server_name$request_uri;
       }
      
      server {
          listen 443 ssl http2;
          server_name YOURDOMAIN;
      
          # strenghen ssl security
          ssl_certificate YOURSSLPATH;
          ssl_certificate_key YOURSSLPATH;
          ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
          ssl_prefer_server_ciphers on;
          ssl_session_cache shared:SSL:10m;
          ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:ECDHE-RSA-AES128-GCM-SHA256:AES256+EECDH:DHE-RSA-AES128-GCM-SHA256:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4";
          ssl_dhparam PATHTODHPARAM;
      
          # Add headers to serve security related headers
          add_header Strict-Transport-Security "max-age=15768000; preload;";
          add_header X-Content-Type-Options nosniff;
          add_header X-XSS-Protection "1; mode=block";
          add_header X-Robots-Tag none;
          add_header Content-Security-Policy "frame-ancestors 'self'";
      
          location / {
            proxy_set_header    Host $host;
            proxy_set_header    X-Real-IP $remote_addr;
            proxy_set_header    X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header    X-Forwarded-Proto $scheme;
            proxy_redirect      http:// https://;
            proxy_pass          http://SOMEUPSTREAMNAME;
          }
        }
      

      This not only is a reverse proxy, this also rewrites and serves all requests via ssl. The above template is fine-tuned to deliver a secure connection (regarding this test).

      To get free ssl certificates you might want to check out Let’s Encrypt.

      Cheers
      Bent

      posted in Cafe Lame
      BentB
      Bent
    • RE: Henny222 Bewerbung als Helper

      Hey @henny222,

      vielen Dank für deine Bewerbung! Ich habe dich als Helper geadded. Wenn alles gut läuft sollte es auch kein Problem geben, dich weiter zu befördern und weiter ins Team zu integrieren.

      Deine zusätzlichen Permissions sind:

          - essentials.joinfullserver
          - essentials.msg.color
          - essentials.chat.color
          - essentials.msg.url
          - essentials.chat.url
          - essentials.helpop.receive
          - essentials.seen.ipsearch
          - coreprotect.inspect
          - coreprotect.help
      

      Ich empfehle einmal in die CoreProtect Anleitung zu schauen, wie du Änderungen in einer Region nachsiehst.

      Cheers
      Bent

      posted in Staff Applications
      BentB
      Bent
    • RE: Taking a Break

      @Xi0ran Enjoy your time :palm_tree:

      Cheers
      Bent

      posted in Chitchat
      BentB
      Bent
    • Mr. Robot

      I can just highly recommend this series. Finally, a series in which all the IT stuff that is shown is real / is illustrated really well and accurate. Not the average stupid “tech idiot style”. And nope, we are not sponsored for this, just me, Bent enjoying this series :D

      0_1470094816854_Mr.-Robot-Key-Art.jpg

      posted in Cafe Lame robot
      BentB
      Bent
    • RE: Griefing [WiP]

      @Sebigamer4 @deregges @owieganowie Bitte einmal reinschauen, danke :palm_tree:

      posted in Support
      BentB
      Bent
    • RE: Kleine Fehler auf der Seite [In Process]

      Hallo @Saemmel,

      vielen Dank für die Info und den Screenshot (der hilft :thumbsup_tone1:). Wir werden uns das mal genauer anschauen. Es scheint mir so als fehlen schlicht die deutschen Übersetzungen :o

      Cheers
      Bent

      posted in Support
      BentB
      Bent
    • RE: ImFrostezz Bewerbung als Moderator oder Helper

      @ImFrostezz said in ImFrostezz Bewerbung als Moderator oder Helper:

      ImFrostezz

      Accepted, you have been promoted as a Helper.

      Hallo Frostezz,

      vielen Dank für deine Bewerbung, sehr gut geschrieben und klingt für mich genau nach dem Team, welches wir suchen!

      Ich habe dich zunächst auf dem Novus Bevo Alpha server zum Helper befördert. Von dort aus schauen wir wie es läuft. Sollte alles gut gehen, sehe ich keine Probleme dich weiter zu befördern :slight_smile:

      Deine zusätzlichen Permissions sind:

          - essentials.joinfullserver
          - essentials.msg.color
          - essentials.chat.color
          - essentials.msg.url
          - essentials.chat.url
          - essentials.helpop.receive
          - essentials.seen.ipsearch
          - coreprotect.inspect
          - coreprotect.help
      

      Cheers
      Bent

      posted in Staff Applications
      BentB
      Bent
    • RE: Mining turtle disappeared June [Solved]

      The turtle is only protected when it is inside a claim. As soon as it leaves the claim it will not be protected anymore. I assume that you as you wrote only protected the turtle for a small area but not the whole area it operated in. May this be correct?

      Cheers
      Bent

      posted in Support
      BentB
      Bent
    • RE: Grundstückgriefing: ME System ( Minecraft Noves [Bevo] ) [In Process]

      @212thFives Wurde das Problem bereits gelöst oder steht dies noch aus?

      posted in Support
      BentB
      Bent
    • RE: I can´t Join in the server/ich kann nicht in den Server rein

      @GiantBanane Besteht das Problem weiterhin?

      posted in Support
      BentB
      Bent
    • 1 / 1